Skip to content

Commit

Permalink
git-info: add page (#6058)
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanMachine1 authored May 29, 2021
1 parent 50c3661 commit 04d8f99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/common/git-info.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 04d8f99

Please sign in to comment.