From e7d6b1afbed42b80a96ededd6d953fd18170edd8 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Thu, 30 Jun 2016 14:52:26 +0200 Subject: [PATCH] `gbc` checks out to the created branch as well --- modules/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.