status

satya - 4/11/2018, 5:06:29 PM

git status will tell you the following

Displays paths that have differences between the index file and the current HEAD commit

paths that have differences between the working tree and the index file

paths in the working tree that are not tracked by Git (and are not ignored by gitignore)

satya - 4/11/2018, 5:07:59 PM

Refer to this image