diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-07-03 10:31:04 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-07-03 10:31:04 -0500 |
| commit | 9bb6f088f87203f45129e60e063c68b13bb1c96a (patch) | |
| tree | aea7da17dd889fcd17ca2cb04971b9842c02e1db | |
| parent | 9c0a8aa35b12db0a3a400b11cc547627d08d911a (diff) | |
| -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 |