From 67b08ac2395b350779f5fc72d75bd7180f7da394 Mon Sep 17 00:00:00 2001 From: Ryooooooga Date: Wed, 8 Feb 2023 22:40:18 +0900 Subject: feat: support to create tag on branch --- docs/Config.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Config.md') diff --git a/docs/Config.md b/docs/Config.md index 6a9be62e9..34ca5df4e 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -203,6 +203,7 @@ keybinding: mergeIntoCurrentBranch: 'M' viewGitFlowOptions: 'i' fastForward: 'f' # fast-forward this branch from its upstream + createTag: 'T' pushTag: 'P' setUpstream: 'u' # set as upstream of checked-out branch fetchRemote: 'f' -- cgit v1.2.3