mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 14:39:09 +00:00
6 lines
140 B
Bash
6 lines
140 B
Bash
|
#!/bin/sh
|
||
|
git push && git push github
|
||
|
git push --tags && git push --tags github
|
||
|
git checkout stable && git merge master
|
||
|
git checkout master
|