View various statuses of git

View various statuses of git

View files that have not been added yet committed: git checkout

View files that have not been added or committed: git status

View git commit history: git log

View records related to commitId: git reflog

Guess you like

Origin www.cnblogs.com/friedCoder/p/12726784.html