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
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.
2 matches
Mail list logo