I am trying to add all files that is tracked. git add . seems to add all files regardless of tracking status. Is there a git command for adding all files in git status -uno?
git add -u (or --update) will add any file that was previously tracked by git. git add -A will add all the the files, including those that weren't previously tracked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With