Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 251 Bytes

File metadata and controls

8 lines (7 loc) · 251 Bytes

Toggle branches

$ git checkout master # current branch is master
$ git checkout some-branch # current branch is 'some-branch'
$ git checkout - # current branch is back to master
$ git checkout - # current branch is back to 'some-branch'