6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
git checkout master
|
|
git merge origin/US1
|
|
git push
|
|
git push origin --delete US1
|