diff --git a/README.md b/README.md index 0e705b8..f2e5202 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,22 @@ unstage by using use "git reset HEAD ..." to unstage ``` +Creating a new branch +```shell +git branch +git checkout -b +``` + +Going to different branch +```shell +git checkout +``` + +Seeing available branches +```shell +git branch -a +``` + Track remote branch ```shell git checkout --track origin/