
6 Jun
2010
6 Jun
'10
2:09 p.m.
Reinhard Meyer (-VC) schrieb:
Wolfgang Denk schrieb:
Dear "Reinhard Meyer (-VC)", The second problem is that I cannot seem to undo my previous commit in my
tree, so any changes I do to my source would come out as a second patch. Would that be accepted?
Or do you know what must be done that GIT will issue a new patch with the current and the new changes in one patch?
I generate the patches by <after editing>: git commit -m <message> git format-patch origin
what to do to return to <after editing>, do new edits and generate a new, single patch?
A "git reset --soft HEAD^" followed by "git add" of all newly changed files does the trick...
Best Regards, Reinhard