First page Back Continue Last page Overview Text

Notes:


“git branch” shows a list of your current branches.

“git branch” is also used to create new branches.

Use “git checkout” to switch to a different branch. “git checkout -b” is a handy shortcut when you want to start working on a new branch.

“git tag -l” lists existing tags.

Use “git tag” to create new tags.