Git

From ConShell
Jump to navigation Jump to search

Some git hints.

Make a branch and switch to it

git checkout -b branchname

Switch to another branch

git checkout branchname