diff --git a/git-tricks.md b/git-tricks.md index 96e54dabd..171d9dfd5 100644 --- a/git-tricks.md +++ b/git-tricks.md @@ -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