Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 237 Bytes

File metadata and controls

13 lines (10 loc) · 237 Bytes

renamebranch.sh

renamebranch.sh rename local branch, and push change to origin.

Example

# will rename current branch to newBranchName
./renamebranch.sh newBranchName

Back to index