Skip to content

Instantly share code, notes, and snippets.

@zolotyh
Created September 26, 2019 03:18
Show Gist options
  • Select an option

  • Save zolotyh/f999db5d05eb9ef053c22184936964c6 to your computer and use it in GitHub Desktop.

Select an option

Save zolotyh/f999db5d05eb9ef053c22184936964c6 to your computer and use it in GitHub Desktop.
#~/.gitconfig
[alias]
ignore = "!gi() {
curl -L -s https://www.gitignore.io/api/$@ ;
}; gi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment