LinuxCommandLibrary

git-info

Display Git repository information.

TLDR

Display remote locations, remote and local branches, most recent commit data and .git/config settings

$ git info
copy


Display remote locations, remote and local branches and most recent commit data
$ git info --no-config
copy

Copied to clipboard