login
Header Space

 
 

Re: [howto] Kernel hacker's guide to git, updated

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jeff Garzik <jgarzik@...>
Cc: Linux Kernel <linux-kernel@...>, Git Mailing List <git@...>
Date: Thursday, September 29, 2005 - 4:02 pm

On Thu, Sep 29, 2005 at 07:03:05AM -0400, Jeff Garzik wrote:
 > 
 > Just updated my KHGtG to include the latest goodies available in 
 > git-core, the Linux kernel standard SCM tool:
 > 
 > 	http://linux.yyz.us/git-howto.html
 > 
 > Several changes in git-core have made working with git a lot easier, so 
 > be sure to re-familiarize yourself with the development process.
 > 
 > Comments, corrections, and notes of omission welcome.  This document 
 > mainly reflects my typical day-to-day git activities, and may not be 
 > very applicable outside of kernel work.

You wrote..

$ git clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6
$ cd linux-2.6
$ rsync -a --verbose --stats --progress \
  rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ \
  .git/

Could be just..

$ git clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6
$ cd linux-2.6
$ git pull

Likewise, in the next section, git pull doesn't need an argument
if pulling from the repo it cloned.

		Dave

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Thu Sep 29, 7:03 am)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 4:02 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Thu Sep 29, 4:15 pm)
Re: [howto] Kernel hacker's guide to git, updated, Chuck Lever, (Thu Sep 29, 5:23 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Thu Sep 29, 5:04 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 7:15 am)
Re: [howto] Kernel hacker's guide to git, updated, Francois Romieu, (Fri Sep 30, 6:52 pm)
Re: [howto] Kernel hacker's guide to git, updated , Horst von Brand, (Fri Sep 30, 2:13 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 8:17 pm)
Re: [howto] Kernel hacker's guide to git, updated, Erik Mouw, (Fri Sep 30, 8:07 am)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 10:08 am)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Fri Sep 30, 8:02 am)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 9:58 am)
Re: [howto] Kernel hacker's guide to git, updated, Alberto Patino, (Fri Sep 30, 11:10 am)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Fri Sep 30, 7:55 am)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Fri Sep 30, 2:14 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jeff Garzik, (Fri Sep 30, 10:11 am)
Re: [howto] Kernel hacker's guide to git, updated, Anton Altaparmakov, (Thu Sep 29, 4:07 pm)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 4:11 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:14 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:26 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:35 pm)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 5:40 pm)
Re: [howto] Kernel hacker's guide to git, updated, Dave Jones, (Thu Sep 29, 5:33 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 5:55 pm)
Re: [howto] Kernel hacker's guide to git, updated , Horst von Brand, (Thu Sep 29, 7:17 pm)
Re: [howto] Kernel hacker's guide to git, updated , Linus Torvalds, (Thu Sep 29, 8:47 pm)
Re: [howto] Kernel hacker's guide to git, updated , Linus Torvalds, (Fri Sep 30, 8:10 pm)
Re: [howto] Kernel hacker's guide to git, updated , Horst von Brand, (Fri Sep 30, 9:58 pm)
Re: [howto] Kernel hacker's guide to git, updated , Linus Torvalds, (Sun Oct 2, 9:03 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Thu Sep 29, 9:54 pm)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 10:36 pm)
Re: [howto] Kernel hacker's guide to git, updated, Anton Altaparmakov, (Thu Sep 29, 6:12 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Thu Sep 29, 7:19 pm)
Re: [howto] Kernel hacker's guide to git, updated, Johannes Schindelin, (Fri Sep 30, 8:22 am)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Thu Sep 29, 6:25 pm)
Re: [howto] Kernel hacker's guide to git, updated, Anton Altaparmakov, (Thu Sep 29, 6:32 pm)
Re: [howto] Kernel hacker's guide to git, updated, Elfyn McBratney, (Thu Sep 29, 5:33 pm)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Thu Sep 29, 3:08 pm)
Re: [howto] Kernel hacker's guide to git, updated, Jon Loeliger, (Thu Sep 29, 3:34 pm)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Thu Sep 29, 3:38 pm)
Re: [howto] Kernel hacker's guide to git, updated, Junio C Hamano, (Fri Sep 30, 3:37 am)
Re: [howto] Kernel hacker's guide to git, updated, Linus Torvalds, (Fri Sep 30, 12:39 pm)
Re: [howto] Kernel hacker's guide to git, updated, Oliver Neukum, (Fri Sep 30, 4:36 am)
Re: [howto] Kernel hacker's guide to git, updated, David Leimbach, (Thu Sep 29, 11:18 am)
Re: [howto] Kernel hacker's guide to git, updated, Alberto Patino, (Thu Sep 29, 12:03 pm)
Re: [howto] Kernel hacker's guide to git, updated, David Leimbach, (Thu Sep 29, 12:13 pm)
speck-geostationary