Added gitignore.io alias

This commit is contained in:
Vasili Svirydau
2019-07-09 06:21:37 +00:00
parent de28d335fd
commit ab1ef3fcbb

View File

@@ -24,3 +24,5 @@
[difftool "bcompare"]
trustExitCode = true
cmd = bcompare "$LOCAL" "$REMOTE"
[alias]
ignore = "!gi() { curl -sL https://www.gitignore.io/api/$@ ;}; gi"