Skip to content

Instantly share code, notes, and snippets.

@eckelon
Created October 25, 2016 19:45
Show Gist options
  • Save eckelon/e2dd35fc15d69ae11d1b8c8b478f0458 to your computer and use it in GitHub Desktop.
Save eckelon/e2dd35fc15d69ae11d1b8c8b478f0458 to your computer and use it in GitHub Desktop.
convenient way of creating a .gitignore file using gitignore.io API.
function gi() {
curl -L -s https://www.gitignore.io/api/$@ >> .gitignore;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment