When doing git commit, is there a way to not display the untracked files?
$ git config --global status.showUntrackedFiles no
$ git config --local status.showUntrackedFiles no
Reference: git-config
When doing git commit, is there a way to not display the untracked files?
$ git config --global status.showUntrackedFiles no
$ git config --local status.showUntrackedFiles no
Reference: git-config