bake instructions in bin
This commit is contained in:
parent
7aace26ee9
commit
99c753d335
1 changed files with 7 additions and 0 deletions
7
bin/rename_git_branch.sh
Normal file
7
bin/rename_git_branch.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git checkout $1
|
||||||
|
git branch -m $1 $2
|
||||||
|
git fetch
|
||||||
|
git branch --unset-upstream
|
||||||
|
git branch -u origin/$2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue