dotfiles/git/.config/git
Marty Oehme df12199fdb
git: Add git pushall alias
`git pushall` (aliased to gpa) will push the current branch to each
connected remote of the repository.

So, if you have gitlab, github and keybase connected as remotes, it will
push to each one in return. As with the normal push command, you can
specify which branch to push ('master', 'develop', ..) after the
command, or use `--all` to push all branches at once.
2020-09-18 17:12:21 +02:00
..
config git: Add git pushall alias 2020-09-18 17:12:21 +02:00
ignore Add git merge merge request on sucess alias 2020-02-02 16:13:51 +01:00