Sean Kelley wrote: > git checkout origin It should be "git checkout master". You shouldn't do work on tracking branches like origin branch. > git pull . fm-modulator > > git push origin Here origin means origin remote (repository). Check out what you have in remotes/origin, or in [remote "origin"] section in git config. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html