Add tricks to go back to previous branch (#648)

This commit is contained in:
Adrian 2018-11-07 15:35:06 -05:00 committed by chad d
parent 3dc8b2abc9
commit 60de6e9c49
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ category: Git
# delete remote branch
git push origin :$branchname
# go back to previous branch
git checkout -
## Collaboration
# Rebase your changes on top of the remote master