Command Line1 To run gitignore.io from your command line you need an active internet connection an environment function. You need to add a function to your environment that lets you access the gitignore.io API.Linux$ echo "function gi() { curl http://gitignore.io/api/\$@ ;}" >> ~/.bashrc && source ~/.bashrcOSXbash$ echo "function gi() { curl http://gitignore.io/api/\$@ ;}" >> ~/.bash_profile && so