mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 00:50:27 +00:00
Update cheatsheets
This commit is contained in:
18
git-info
Normal file
18
git-info
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user