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: 

Stash and SourceTree Differences

Bryan Trummer
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.
November 5, 2014

We are migrating to GIT and want to use both Stash and SourceTree. I am trying to fully understand the main use for both products. It would appear that Stash is the REPO Management tool that only myself and the other code controller would want to have access to. SourceTree seems to be a GUI for our developers to actual do pulls etc? Am I completely off base with this?

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
TimP
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.
November 5, 2014

Hi Bryan,

Stash is a web application that hosts your git repositories for you - you might think of it as a git "server". SourceTree is a GUI "client" that allows developers to work with git repositories on their local computers. SouceTree has the ability to clone repositories from your Stash server (or any other git server).

Usually you would host one instance of Stash and grant all of your developers read and write access to some projects and repositories hosted on it. Developers would then download and install SourceTree on to their development machines themselves and use it to work with their own local copies, or "clones", of the repositories hosted on Stash. 

Hope this clears it up for you!

cheers,

Tim

Bryan Trummer
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.
November 5, 2014

Thanks Tim. I appreciate the insight!

0 votes
Balázs Szakmáry
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.
November 5, 2014

There are several user-facing features on the Stash web interface (pull requests for code review, various ways of looking at history, etc.), so the developers need to have access to it as well. (Of course, they will not have admin rights in Stash or on the server machine.)

TAGS
AUG Leaders

Atlassian Community Events