On 21 February 2012 02:57, Mario Rugiero <[email protected]> wrote: > My problem is not with the branch switching, I cloned twice to two different > folders so I switched to kms_branch in one of them. What I need to do is to > switch revisions in master to get an idea of which commit caused the > problems.
Have you tried git bisect (http://book.git-scm.com/5_finding_issues_-_git_bisect.html)? It should do exactly what you want. /Andreas _______________________________________________ Openchrome-devel mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-devel
