Re: [PATCH] push: Learn to set up branch tracking with '--track'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Fri, 6 Feb 2009, Jeff King wrote:

> > BTW I always wondered if it would make sense to introduce "git commit 
> > --init" for the first 3 Git commands.  I use them way too often.
> 
> I have noticed that, too, but I think it is because I am constantly
> creating test repos to debug git. Regular users don't have the same
> problem. :)

I do not do that for test repositories, but for untarred 3rd party 
projects, such as zlib.

	$ tar xvf $TAR
	$ cd $DIR
	$ git init
	$ git add .
	$ git commit -m initial
	<start hacking>
	<provide nice patches that everybody envies me for>

Ciao,
Dscho

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux