tldr/pages/common/git-status.md

13 lines
220 B
Markdown
Raw Normal View History

2015-10-22 10:31:52 +03:00
# git status
2014-03-09 16:20:13 +04:00
> Show the index (changed files).
2019-01-30 14:19:23 +03:00
> Homepage: <https://git-scm.com/docs/git-status>.
2014-03-09 16:20:13 +04:00
- Show changed files which are not yet added for commit:
2014-03-09 16:20:13 +04:00
`git status`
- Give output in short format:
2014-03-09 16:20:13 +04:00
2015-10-22 10:31:52 +03:00
`git status -s`