Re: [Koha-devel] very nerdish geek onto the lazy git

2008-04-02 Thread Henri-Damien LAURENT
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

[Koha-devel] very nerdish geek onto the lazy git

2008-04-02 Thread Ignacio Javier
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