diff options
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ [alias] ndiff = "!nvim -Rc 'DiffviewOpen'" push-all = "!git remote | xargs -L1 git push --all" + push-all-tags = "!git remote | xargs -L1 git push --tags" [core] excludesfile = ~/.config/git/ignore |