From 46a1ffaf7e9a3cddc12f5b88eeee1d94e5f02a47 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Mon, 1 May 2017 09:43:12 -0700 Subject: [PATCH] Add gbr and gbR aliases to module readme --- modules/git/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/git/README.md b/modules/git/README.md index f429743..f7af33a 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -43,8 +43,9 @@ Aliases are enabled by default. You can disable them with: - `gbc` creates a new branch. - `gbl` lists branches and their commits. (also `gbv`) - `gbL` lists all local and remote branches and their commits. - - `gbm` renames a branch. - - `gbM` renames a branch even if the new branch name already exists. + - `gbr` renames a branch. (also `gbm`) + - `gbR` renames a branch even if the new branch name already exists. (also + `gbM`) - `gbs` lists branches and their commits with ancestry graphs. - `gbS` lists local and remote branches and their commits with ancestry graphs.