Hello -
I used Sourcetree before at a previous company when our source was on github.com. However at my current company we've started using GitSwarm and have our source stored on an internal URL (for example: gitswarm.company.com). Is there a way I can use Sourcetree as the GUI on top of these repos and if so, how can I do this? When I went to add a remote repository, it didn't seem like I could do this.
- Steve
Hi
You can use Sourcetree with any Host, you just don't get the REST interactions, e.g. listing remote projects, links to creating PRs etc.
If you have the clone URL for your repo you should be able to clone through the New Tab/Clone panel. Alternatively you can clone using the command line Git and then use New Tab/Add panel to create a Sourcetree bookmark for the repository.
The above information is for Sourcetree for Windows but the principles apply to both windows and macOS versions.
Ah, I was under the impression I had to somehow add my account to SourceTree before I could clone the repositories. But as long as I have my SSH key added to my workstation and assigned in GitSwarm, SourceTree will pick that up and allow me to clone and then later commit, push, all that git goodness?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In principle yes.
Just make sure your SSH key is loaded locally. In windows this means adding it to openSSH/ssh-agent or PuTTY/Pagaent depending on your settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.