summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2023-02-08 22:40:18 +0900
committerRyooooooga <eial5q265e5@gmail.com>2023-02-19 23:31:46 +0900
commit67b08ac2395b350779f5fc72d75bd7180f7da394 (patch)
treec419dfa156fd08e96fa069990af28f8b6e495211 /docs/Config.md
parentb54b8ae746a008daa7e7006094c9a533a88eff1d (diff)
feat: support to create tag on branch
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
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'