mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git push repo "$@" &&
|
|
git push github "$@" &&
|
|
git push sfjp "$@" &&
|
|
git push sf.net "$@"
|