5 lines
60 B
Bash
5 lines
60 B
Bash
|
|
git checkout master
|
||
|
|
git merge dev
|
||
|
|
git push
|
||
|
|
git checkout dev
|