Re: My GIT Day

2005-08-20 Thread Johannes Schindelin
Hi, On Fri, 19 Aug 2005, Junio C Hamano wrote: > $ git checkout pu > $ git reset master > > This checks out the head of "pu" branch, and then resets the > index file to match "master" and updates .git/refs/heads/pu. > > What it does _not_ do is to update my working tree to match the > i

My GIT Day

2005-08-19 Thread Junio C Hamano
g ko-master - a copy of public "master" branch head ko-rc - a copy of public "rc" branch head My GIT day always starts with this command: $ git fetch ko I have this in .git/remotes/ko: $ cat .git/remotes/ko URL: master.kernel.org:/pub/scm/git/git.