From 04d8f9978904f93b131081ffcf317fcd406453f1 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sat, 29 May 2021 20:34:28 +0100 Subject: [PATCH] git-info: add page (#6058) --- pages/common/git-info.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/git-info.md diff --git a/pages/common/git-info.md b/pages/common/git-info.md new file mode 100644 index 000000000..8ed764444 --- /dev/null +++ b/pages/common/git-info.md @@ -0,0 +1,13 @@ +# git info + +> Display Git repository information. +> Part of `git-extras`. +> More information: . + +- Display remote locations, remote and local branches, most recent commit data and `.git/config` settings: + +`git info` + +- Display remote locations, remote and local branches and most recent commit data: + +`git info --no-config`