Next MJD's Git tips and utilities 27

Custom commands: git-re-edit

        git re-edit          # run the editor, editing only the dirty files
        git re-edit -u       # edit the files currently in a conflicted state
        git re-edit HEAD     # edit the files that changed in the last commit
        git re-edit a1b2c3d  # edit the files that changed in commit a1b2c3d

Next Copyright © 2021 M. J. Dominus