diff --git a/modules/git/README.md b/modules/git/README.md index c2d0449c..98c7e5db 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -36,7 +36,7 @@ Aliases ### Branch - `gb` lists, creates, renames, and deletes branches. - - `gbc` creates a new branch. + - `gbc` creates and checks out a new branch. - `gbl` lists branches and their commits. - `gbL` lists local and remote branches and their commits. - `gbs` lists branches and their commits with ancestry graphs.