mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 06:50:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -13,21 +13,21 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git status`
|
||||
|
||||
- Give output in [s]hort format:
|
||||
- Give output in short format:
|
||||
|
||||
`git status --short`
|
||||
`git status {{[-s|--short]}}`
|
||||
|
||||
- Show [v]erbose information on changes in both the staging area and working directory:
|
||||
- Show verbose information on changes in both the staging area and working directory:
|
||||
|
||||
`git status --verbose --verbose`
|
||||
`git status {{[-vv|--verbose --verbose]}}`
|
||||
|
||||
- Show the [b]ranch and tracking info:
|
||||
- Show the branch and tracking info:
|
||||
|
||||
`git status --branch`
|
||||
`git status {{[-b|--branch]}}`
|
||||
|
||||
- Show output in [s]hort format along with [b]ranch info:
|
||||
- Show output in short format along with branch info:
|
||||
|
||||
`git status --short --branch`
|
||||
`git status {{[-sb|--short --branch]}}`
|
||||
|
||||
- Show the number of entries currently stashed away:
|
||||
|
||||
@@ -35,4 +35,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Don't show untracked files in the output:
|
||||
|
||||
`git status --untracked-files=no`
|
||||
`git status {{[-uno|--untracked-files=no]}}`
|
||||
|
||||
Reference in New Issue
Block a user