On this page we experiment with displaying the git status of a folder on your local device.
# Folder Below we provide tools to display the status of the following folder:
{{relGitFolder}}
# Branch
On branch master Your branch is up to date with `origin/master`.
# Changes to be commited:
{{modifiedNum}} modified files, and {{newFileNum}} new files ready to commit.
# Changes not staged:
{{notStagedNum}} files that need to be staged.
# Untracked files: {{unTrackNum}} files ready to add.
# See also - Git Modified Dialogue - Git Untracked Dialogue