From 47892fbb0497bfb28256d12635d51e658256187f Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Mon, 24 May 2021 22:10:18 +0100 Subject: [PATCH] git-extras: add page (#6037) --- pages/common/git-extras.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/git-extras.md diff --git a/pages/common/git-extras.md b/pages/common/git-extras.md new file mode 100644 index 000000000..3ea08e2a3 --- /dev/null +++ b/pages/common/git-extras.md @@ -0,0 +1,16 @@ +# git extras + +> Git extension pack. +> More information: . + +- Install or upgrade `git-extras` commands: + +`git extras update` + +- Display help and subcommands: + +`git extras --help` + +- Print the version of installed `git-extras`: + +`git extras --version`