5 lines
81 B
Bash
5 lines
81 B
Bash
|
git checkout master
|
||
|
git merge dev
|
||
|
git push --all
|
||
|
git push --tags
|
||
|
git checkout dev
|