summaryrefslogtreecommitdiff
path: root/tools/push
blob: 5bb95fb69ffed957afe8fcc6379aacd4cf92ea3e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

git push origin
git push --tags origin

git push mirror
git push --tags mirror

git remote update

github network fetch