bake instructions in bin

This commit is contained in:
Barak Michener 2024-05-15 22:40:59 -07:00
parent 7aace26ee9
commit 99c753d335

7
bin/rename_git_branch.sh Normal file
View 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