* Re: git file sharing/versioning.
[not found] ` <1262580346.9041.20.camel@ams.xobas.net>
@ 2010-01-04 4:47 ` Bas Driessen
2010-01-05 20:10 ` Nicolas Sebrecht
0 siblings, 1 reply; 3+ messages in thread
From: Bas Driessen @ 2010-01-04 4:47 UTC (permalink / raw)
To: git
Hello,
I have a project where I have 2 trees with several hundreds of files.
Let's call them tree1 and tree2. Only a handful of files in tree2 are
different. What is the best way to set this up in GIT? Basically most
files in tree2 should act as a symbolic link to tree1. So if the file
changes in tree 1, it automatically changes in tree 2. Obviously, I
don't want to store everything double. Branching does not appear to be
an option as changes in tree1 would not be visible in the tree2 branch.
Any advise of how to set this up?
Thanks in advance for your help.
Bas.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git file sharing/versioning.
2010-01-04 4:47 ` git file sharing/versioning Bas Driessen
@ 2010-01-05 20:10 ` Nicolas Sebrecht
[not found] ` <1262732791.14714.7.camel@ams.xobas.net>
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Sebrecht @ 2010-01-05 20:10 UTC (permalink / raw)
To: Bas Driessen; +Cc: git, Nicolas Sebrecht
The 04/01/10, Bas Driessen wrote:
> I have a project where I have 2 trees with several hundreds of files.
> Let's call them tree1 and tree2. Only a handful of files in tree2 are
> different. What is the best way to set this up in GIT? Basically most
> files in tree2 should act as a symbolic link to tree1. So if the file
> changes in tree 1, it automatically changes in tree 2. Obviously, I
> don't want to store everything double. Branching does not appear to be
> an option as changes in tree1 would not be visible in the tree2 branch.
Look at:
git merge --help
git rebase --help
git cherry-pick --help
--
Nicolas Sebrecht
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-06 19:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1262579824.9041.15.camel@ams.xobas.net>
[not found] ` <1262580346.9041.20.camel@ams.xobas.net>
2010-01-04 4:47 ` git file sharing/versioning Bas Driessen
2010-01-05 20:10 ` Nicolas Sebrecht
[not found] ` <1262732791.14714.7.camel@ams.xobas.net>
2010-01-06 19:42 ` Nicolas Sebrecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).