Quantcast
Channel: How to use git to track changes in another directory? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by janos for How to use git to track changes in another directory?

First, a bit of background.In Git, these concepts are cleanly separated:the Git repository: contains Git's datathe work tree: the directory tree in your filesystem where you actually workWhen you...

View Article



Answer by torek for How to use git to track changes in another directory?

The standard solution to this problem is to treat the incoming code as a "vendor branch". Simply create the vendor branch (as an orphan, unrelated branch with no code in it, or in a separate...

View Article

How to use git to track changes in another directory?

I'm working on a project where I have access to the code but can't add version control to the source directory itself. (The main developer has his own source control, but it's not...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images