Re: [Mixxx-devel] git revert merge

2013-06-22 Thread Owen Williams
Usually a git-revert command applies a new commit that is equivalent to the opposite of the merge you didn't want. If you actually want to rewind history, which can be DANGEROUS, do the following: DANGER DANGER: git reset --hard [SHA YOU WANT TO BE AT] note that this will reset your tree to

[Mixxx-devel] Branches moved to github

2013-06-22 Thread Steven Boswell II
I see that my auto-DJ-crates branch has been moved to github, but it's owned by daschuer. I had held off moving my own branches to github; the chatter on the list seemed to say let Owen do it. Not a big deal -- I can fork daschuer's repo and issue my own pull request. My question is...where did