Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

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 Leaders.
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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events