Browse Source

git-info: add page (#6058)

CleanMachine1 3 years ago
parent
commit
04d8f99789
1 changed files with 13 additions and 0 deletions
  1. 13 0
      pages/common/git-info.md

+ 13 - 0
pages/common/git-info.md

@@ -0,0 +1,13 @@
+# git info
+
+> Display Git repository information.
+> Part of `git-extras`.
+> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-info>.
+
+- 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`