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