yurko
8/24/2015 - 1:19 PM

git modify commit

git modify commit

# if needed make stash
$ git rebase -i <hash>
# change `pick` to `edit`
# add changes or apply stash 
$ git rebase --continue