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: 

Use a remote repository that is personally hosted without cloning it?

Exia
March 2, 2015

At work we have an central git repository for our web app, and each developer has a clone of it on a VM where they do work. Is there a way to connect Source Tree to the remote repository without making a local clone of that repository?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 2, 2015

Short answer, no.

Thechnically, you could mount the remote repository as network storage, but this is error prone. See this question, and the others linked from it: https://answers.atlassian.com/questions/275021

Exia
March 2, 2015

Thanks for the quick response. Would you happen to know of git gui that has this feature or if its planned for SourceTree?

Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 2, 2015

It's not a Git GUI problem, it's a Git problem. The foundational, command-line software is the source of those errors. The developers of Git would probably tell you that trying to manage a git repository on network storage is exactly what git was designed to avoid, regardless of your specific situation. Regardless, someone could, theoretically, develop a Git GUI that connected to a remote server over SSH and issued Git commands there. I don't know of any though.

TAGS
AUG Leaders

Atlassian Community Events