Skip to content

git-drs status

Show the working tree status

The git-drs status command is used to view the state of your working directory. It functions the same as git status, providing info on:

  • Untracked files: files that have not been staged
  • Changes to be committed: files that have been staged (added) but not committed
 git-drs status --help
Usage: git-drs status

  Show the working tree status.