diff options
| -rw-r--r-- | .gitconfig | 2 | ||||
| -rw-r--r-- | .gitignore_global | 1 |
2 files changed, 3 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 diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..6e92f57 --- /dev/null +++ b/.gitignore_global @@ -0,0 +1 @@ +tags |