Status of the Current Changes
Learn to use the git status command.
We'll cover the following
We can observe the current status using the git status
command. For example, when we use git add
only for file1.txt
and run the git status
command in a directory with files file1.txt
and file2.txt
, we see the following result:
Get hands-on with 1400+ tech skills courses.