demian85 / git-watcher

Git GUI desktop app that shows real-time diff file information for working directory and index
MIT License
170 stars 24 forks source link

Need help on how to implement amend commit #3

Closed demian85 closed 9 years ago

demian85 commented 10 years ago

That basic feature is killing me, since I can't find a way to obtain file diffs from HEAD^ without modifying the current git repository state outside the app. Somehow I need a "sandbox".

Help? :)

demian85 commented 9 years ago

No one? I think I'll just add an option "Soft reset last commit", which should do the same.