[Prototype-core] Re: I suck at getting uptodate prototype/master.

2009-02-26 Thread Richard Quadling
2009/2/26 Ryan Angilly : > 'git status' and 'git diff' are nice for seeing what's changed locally since > the last pull/commit.  I run them all the time... sometimes without even > thinking about it. > > > On Thu, Feb 26, 2009 at 8:51 AM, Richard Quadling > wrote: >> >> 2009/2/26 Mislav Marohnić

[Prototype-core] Re: I suck at getting uptodate prototype/master.

2009-02-26 Thread Ryan Angilly
'git status' and 'git diff' are nice for seeing what's changed locally since the last pull/commit. I run them all the time... sometimes without even thinking about it. On Thu, Feb 26, 2009 at 8:51 AM, Richard Quadling wrote: > > 2009/2/26 Mislav Marohnić : > > Hey Richard, > > A "git pull" comm

[Prototype-core] Re: I suck at getting uptodate prototype/master.

2009-02-26 Thread Richard Quadling
2009/2/26 Mislav Marohnić : > Hey Richard, > A "git pull" command is a combo of "git fetch" and "git merge". The first > command pulls objects (commits, etc.) from the repository that you don't > have locally. It also updates your "remote" branches (origin/master, etc.). > After fetching, git noti

[Prototype-core] Re: I suck at getting uptodate prototype/master.

2009-02-26 Thread Mislav Marohnić
Hey Richard, A "git pull" command is a combo of "git fetch" and "git merge". The first command pulls objects (commits, etc.) from the repository that you don't have locally. It also updates your "remote" branches (origin/master, etc.). After fetching, git notices you are currently on the "master"