login
Header Space

 
 

RE: [FEATURE REQUEST] git clone, just clone selected branches?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: 'Linus Torvalds' <torvalds@...>
Cc: <git@...>
Date: Wednesday, October 10, 2007 - 5:36 pm

> -----Original Message-----

From git remote man page:
 o  Imitate git clone but track only selected branches

          $ mkdir project.git
          $ cd project.git
          $ git init
          $ git remote add -f -t master -m master origin git://example.com/git.git/
          $ git merge origin

yes, this does the trick too but that is more to type so I thought
it would be simpler if I could just tell git clone which branches I want.
Now, this isn't a killer feature to me so if you don't like it, I good
with that too.

 Jocke

-
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:
[FEATURE REQUEST] git clone, just clone selected branches?, Joakim Tjernlund, (Wed Oct 10, 2:55 pm)
RE: [FEATURE REQUEST] git clone, just clone selected branches?, Joakim Tjernlund, (Wed Oct 10, 5:36 pm)
Re: [FEATURE REQUEST] git clone, just clone selected branches?, Johannes Schindelin, (Wed Oct 10, 3:35 pm)
RE: [FEATURE REQUEST] git clone, just clone selected branches?, Johannes Schindelin, (Wed Oct 10, 5:56 pm)
RE: [FEATURE REQUEST] git clone, just clone selected branches?, Johannes Schindelin, (Wed Oct 10, 7:01 pm)
speck-geostationary