Next | MJD's Git tips and utilities | 15 |
Files (or changes) in the working tree, not yet added with git-add
Git can't help you there
Because those changes are not in the repository
Typical culprits:
git-reset
git-checkout
Commit early and often.
If you don't commit, at least add changes with git-add
Some people automate this
Next | Copyright © 2021 M. J. Dominus |