Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 857 Bytes

07-navigation.md

File metadata and controls

30 lines (24 loc) · 857 Bytes

Up | Content | Intro | Concepts | Operations | Dictionary


History navigation

Branch navigation


checkout

Checkout will detach the HEAD and move it to a new position. Useful to create tags or new branches from revisions.


reset

Moves the HEAD and the current branch tip to a new position. Useful to revert the state of the project.


branch

Creates a new branch or moves the branch to a new position. If the HEAD is detached then only the branch tip is updated.


switch

Moves the HEAD to a new branch tip.