radar (owner)

Revisions

gist: 219187 Download_button fork
public
Public Clone URL: git://gist.github.com/219187.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
7
function gpar() {
  for remote in `git remote show`
  do
    `git push $remote --all -v`
  done
}