snippetbashTip
git info — Display Git repository information. Part of `git-extras`. More information: <https://manned.org/git-
Viewed 0 times
commandgit infocliinformationpartrepositorygitdisplay
Problem
How to use the
git info command: Display Git repository information. Part of git-extras. More information: <https://manned.org/git-info>.Solution
git info — Display Git repository information. Part of git-extras. More information: <https://manned.org/git-info>.Display remote locations, remote and local branches, most recent commit data, and
.git/config settings:git infoDisplay remote locations, remote and local branches, and most recent commit data:
git info --no-configCode Snippets
Display remote locations, remote and local branches, most recent commit data, and `.git/config` settings
git infoDisplay remote locations, remote and local branches, and most recent commit data
git info --no-configContext
tldr-pages: common/git info
Revisions (0)
No revisions yet.