dotfiles/git/.config
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
..
git git: Add git pushall alias 2020-09-18 17:12:21 +02:00
sh/alias.d git: Add git pushall alias 2020-09-18 17:12:21 +02:00
zsh/completions Add gitignore function 2020-02-02 18:34:35 +01:00