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 trie
Hi all:
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