On Dec 15, 2011 6:05 PM, "Gustaf Nilsson" <gus...@laserpanda.com> wrote: > > I copied the entire pyjamas dir to pyjamas_mod, so (exactly) what > would i have to write then?
Well in that case pyjamas_mod is a full-fledged repo, just cd into it and `git diff origin/master` :-) ... though I'd recommend making a real commit first and keeping it until your stuff gets merged -- this helps you keep tracking upstream easily. ... I'll pretend your message ended there ;-) I'll admit gits vocabulary and curve is a bit much at first, but once it "clicks" it suddenly makes perfect sense and becomes incredibly powerful. I'd recommend http://www.progit.org as I always have, simply because it's short, clear, and worked for me. -- C Anthony