Git/status

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Revision as of 12:36, 6 November 2018 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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