command line,
developer,
git pull,
git push,
git status,
github,
google,
tutorial
How to check Git Status - github - command line
The
git status
command displays the state of the working directory and the staging area. It lets you see which changes have been staged, which haven’t, and which files aren’t being tracked by Git. Status output does not show you any information regarding the committed project history. For this, you need to use git log
.Usage
git status
0 comments