I've added several consecutive incremental changes in my Git project that all share the same description (I.e. a false bug fix, followed by bug refix commit).
Is there any prompt method to select all those change into a single commit message after they were already (before or after they were pushed to central repository) ?
this way, I shell avoid multiple records on my project git history log, that all linked to the same issue. Instead, I'll get a single a single commit that contain all those incremental changes.
I also like to know if this can be done svn tool.
thanks