Reputation: 59
git add -u
- adds only deleted or modified files.
git add --ignore-removal
- adds only add and modified files
but,
is there a way to combine these both to add only modified files and ignore the additions and deletions
Upvotes: 2
Views: 139