You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful if git wrapup had a switch to prevent it from adding files. This would allow me to craft my own commit (i.e. add only the files or hunks I want) but still use the power of wrapup to do the actual commit message and commit.
For completeness there should be a --add switch as well to revert the --no-add behaviour if for instance it has been aliased. Ideally, there should be a config option for add/no-add behaviour, but that is probably for a separate future issue.
The text was updated successfully, but these errors were encountered:
It would be very useful if
git wrapup
had a switch to prevent it from adding files. This would allow me to craft my own commit (i.e. add only the files or hunks I want) but still use the power of wrapup to do the actual commit message and commit.For completeness there should be a --add switch as well to revert the --no-add behaviour if for instance it has been aliased. Ideally, there should be a config option for add/no-add behaviour, but that is probably for a separate future issue.
The text was updated successfully, but these errors were encountered: