git-info: add page (#6058)

This commit is contained in:
CleanMachine1
2021-05-29 20:34:28 +01:00
committed by GitHub
parent 50c36615bf
commit 04d8f99789

13
pages/common/git-info.md Normal file
View File

@@ -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`