11 lines
131 B
Bash
Executable file
11 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git push origin
|
|
git push --tags origin
|
|
|
|
git push mirror
|
|
git push --tags mirror
|
|
|
|
git remote update
|
|
|
|
github network fetch
|