diff options
Diffstat (limited to 'config/git/gitconfig')
-rw-r--r-- | config/git/gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/git/gitconfig b/config/git/gitconfig new file mode 100644 index 0000000..a3c04e5 --- /dev/null +++ b/config/git/gitconfig @@ -0,0 +1,6 @@ +[init] + defaultBranch = master +[pager] + branch = false +[alias] + pushall = !git remote | xargs -L1 git push --all |