System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.