Skip to content

Git The stages of a file

Kenneth Kasajian edited this page Jul 8, 2014 · 2 revisions

Untracked

'add' --> Unmodified

'edit' --> Modified

'stage' --> Staged

'commit' --> Unmodified

'remove' --> Untracked

Viewing the status of a repository using: git status will indicate what stage various files are in.


References
Clone this wiki locally