GitCheatSheet.org logo
Home / How To

Switch to a different (existing) branch using "git checkout"

git checkout develop

Checks out (switch) to an existing branch named "develop".