Jango73 / CuteGit

UI for Git (and some day other SCMs), made with Qt/QML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to undo amend

Jango73 opened this issue · comments

git diff HEAD@{2} HEAD@{1} > patch
git checkout HEAD@{2}
git apply patch