-
-
Save rogerramosme/e38078ae8c8c086e5bdeb1f041d13660 to your computer and use it in GitHub Desktop.
Revisions
-
niqdev revised this gist
Feb 12, 2018 . No changes.There are no files selected for viewing
-
niqdev revised this gist
Feb 12, 2018 . No changes.There are no files selected for viewing
-
niqdev renamed this gist
Sep 16, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
niqdev created this gist
Sep 16, 2015 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ git branch -m old_branch new_branch # Rename branch locally git push origin :old_branch # Delete the old branch git push --set-upstream origin new_branch # Push the new branch, set local branch to track the new remote