The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I add new files(placed in some other windows folder) to the repository ?

Deepak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 11, 2018

Hello,

I created a git repository and added all my source code files to the project. I am using Sourcetree for Windows. Lets say the source code folder as X

Now there is a new design file foo.xml that resides in another windows folder (Lets say Y). This is not a source code file but another design file that needs to be in Y folder for logically organizing all project artifacts.

I need to add the foo.xml file to the version control, I want it to be a part of the existing project repository.

All help, suggestions, guide is welcome.

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 22, 2018

Hi

You can do it .... but I wouldn't :) 

See https://stackoverflow.com/a/8626989  for an example of how you can tell Git to manage an external folder, but it makes life very complex when cloning, ignoring etc.

Other than that you can symlink ? 


If  I really had to try and do something like this I might be tempted to put all the constituent parts in to standalone repositories and then have a parent Git repo which includes all of the others as submodules?

TAGS
AUG Leaders

Atlassian Community Events