Re: how can I push a sub-tree

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Zhi Li
Date: Thursday, December 17, 2009 - 5:55 pm

Hi,

Not sub-module, but sub-tree.

My problems are:
$ git remote add rack_remote git@github.com:schacon/rack.git
$ git fetch rack_remote
$ git branch rack_branch rack_remote/master
$ git read-tree --prefix=rack/ -u rack_branch

Now in master branch, I have a sub-tree rack. Later I modified
something in rack sub-tree. Then, how could I push my changes to
rack_remote?

Thanks
Zhi

On Thu, Dec 17, 2009 at 6:14 PM, Tay Ray Chuan <rctay89@gmail.com> wrote:
--
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:
how can I push a sub-tree, Zhi Li, (Thu Dec 17, 2:50 am)
Re: how can I push a sub-tree, Tay Ray Chuan, (Thu Dec 17, 3:14 am)
Re: how can I push a sub-tree, Zhi Li, (Thu Dec 17, 5:55 pm)
Re: how can I push a sub-tree, Zhi Li, (Thu Dec 17, 7:05 pm)