Show the status of the files in the current branch
git status
Shows valuable information, like which files are Untracked, Unmodified, Modified, Staged or Unstaged in the current branch, the current branch name, or whether the current branch is up-to-date, ahead or behind the remote branch.