mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-05 16:22:43 +00:00
7 lines
156 B
Bash
7 lines
156 B
Bash
|
#!/bin/sh
|
||
|
git push && git push github
|
||
|
git push --tags && git push --tags github
|
||
|
git checkout stable && git merge master
|
||
|
git push github
|
||
|
git checkout master
|