summaryrefslogtreecommitdiff
path: root/config/git/gitconfig
blob: a3c04e59097228b5caf211ede86caa5e9088a57f (plain)
1
2
3
4
5
6
[init]
	defaultBranch = master
[pager]
	branch = false
[alias]
	pushall = !git remote | xargs -L1 git push --all