diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ aa = commit --amend --no-edit cc = commit --allow-empty-message -m \"\" pp = !git push -u origin $(git branch --show-current) +[core] + excludesfile = ~/.gitignore_global |