1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/common/git-info.md
2021-05-29 20:34:28 +01:00

13 lines
391 B
Markdown

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