Guest User

Untitled

a guest
Nov 21st, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # git branch -D <branch_name_to_be_deleted_locally>
  2. # git branch -m <new_name_of_current_branch>
  3. # git push origin :<old_name_of_current_branch> <new_name_of_current_branch>
Add Comment
Please, Sign In to add comment