diff --git a/home/.gitconfig b/home/.gitconfig index 2c592ca..0e26020 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -10,6 +10,7 @@ lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative st = status -s smu = submodule update --init --recursive + ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi" [github] user = walkah [git-up "bundler"]