Git/status: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
pathspec, and git-scm |
mNo edit summary |
||
| Line 2: | Line 2: | ||
'''git status''' shows the status of the current repository. It first lists which files have been changed, and then also shows a list of any new files that are neither excluded (via [[.gitignore]]) nor in the repository. | '''git status''' shows the status of the current repository. It first lists which files have been changed, and then also shows a list of any new files that are neither excluded (via [[.gitignore]]) nor in the repository. | ||
Terminology: | |||
* {{l/same|pathspec}} | * {{l/same|pathspec}} | ||
==Reference== | ==Reference== | ||
* {{l/manpage|git-status|manpage @ HTYP}} | * {{l/manpage|git-status|manpage @ HTYP}} | ||
* [https://git-scm.com/docs/git-status manpage @ git-scm]: more thorough | * [https://git-scm.com/docs/git-status manpage @ git-scm]: more thorough | ||
Latest revision as of 12:36, 6 November 2018
About
git status shows the status of the current repository. It first lists which files have been changed, and then also shows a list of any new files that are neither excluded (via .gitignore) nor in the repository.
Terminology:
Reference
- manpage @ HTYP
- manpage @ git-scm: more thorough
