Ignacio Javier a écrit :
Hi all:
Hi alone
I'm trying to undo changes I've made on a lot (70) files in my kohaclone directory, so trash them and revert all since the last commit I've made to the origin branch, anyone has idea how using a git command or commands sequence?
I've tried a:
git fetch git rebase --continue origin
but a *more or less lot* of messages appear:
...pl: needs update Etc...
either try git reset --hard HEAD or git checkout -f origin reread everything and should files revert to old version
So I wanted to understand this error without being neither Linus Torvalds neither Junio Hamano, then I did notice was impossible.
Have anyone idea of a alternative psicology for the problem, (...so I need only the command line... ;-)?
I'll give a thanks in atomic unicode to the person who solves this.