The SourceTree site makes a big deal that it's perfect for Git newbies. I've recommended it to several newbies, but the problem I keep running into is that Git newbies need to walk through a Git tutorial, and all Git tutorials I can find are written for the command line. As newbie-friendly as it is, we've found that SourceTree is only really useful for people with at least an intermediate understanding of Git.
I guess our question is: are there any Git tutorials like, say, http://gitimmersion.com/, that are written for SourceTree instead of the console?
If not: that would be a super-awesome killer addition to the Git community for those that want to get into Git but are console averse.
Hi Evan,
We do a Git tutorial site here: http://www.atlassian.com/git
You're right in that we probably need to link to this. It is a tool that can be used by beginners, some concepts need to be understood first, but they don't take long at all. Once you understand things such as committing, pushing and setting up a remote you're on your feet.
There is built-in help with SourceTree
Hope that helps
i've just went into your tutorial page, but i find it is rather a tutorial of git instead of sourcetree. Your tutorial lists a number of commands, but it's not clear to me where one would enter/run these commands. I thought you have an integrated system and that those would be explained - how to use the buttons , icons,menus of sourcetree GUI. Yes, i'm a windows user, having similar problems like the other guys who posted below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That "built-in help with SourceTree" mentioned above? It is not accessible on the Mac (OS X) in version 2.0.5.5 of SourceTree. Choosing SourceTree Help from the Help menu brings up a blank page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there documentation for SourceTree on windows? We have some users that are really struggling and it would be helpful if I could point them to a tutorial or help files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We've added a "get started guide" to our online documentation: https://confluence.atlassian.com/get-started-with-sourcetree/get-started-with-sourcetree-847359026.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats great, John. You might want to add that link to the KB at https://confluence.atlassian.com/sourcetreekb
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Better late than never.
PS: My initial "reply was not accepted" due to "inappropriate language" (of which there was none) or "spam" (of which there was none) - D'OH!. It's taken 4 edits to get it into an 'acceptable' format - are you sure that your parser is strict enough? ;-\
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think it is really embarrassing, that Atlassian is apparently not able to include a windows documentation that already exists in the mac version for over 2 years. Like Sean Mann said, just copy and paste it in any format, what the f$§&!
I will not use SourceTree anymore, and will tell anyone to avoid it because of this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi guys,
It's 6 months from this conversation, and there's still no help in the Windows version. What's up with that? Is it expected soon?
Given that you use some non-standard terminology from regular GIT functionality, it's a bit difficult to do complete GIT source management. Like another writer here, I'll be going back to my combination of GIT Bash and Git Extensions.
Thanks!
M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've been hoping to find time to port all the docs to Confluence. There's no quick and easy way to have built in documentation that's easily manageable, so I think sticking it on our Confluence area is going to be the best bet in the interim until we find a better solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kieran Senior [Atlassian] Over a year ago, you made the excellent suggestion of loading the SourceTree documentation into Confluence. Has that happened?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Christopher Watson [Rev Agency] version 1.7.0.32509 on windows. Still no help. Talk about a time waster, after wading my way through all this thread I finally found the help online: https://confluence.atlassian.com/display/SOURCETREEKB/SourceTree+Basics
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is pretty wonky. Where's the help for windows? I just want an overview of the GUI it's been over 2 years, just publish a PDF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just love the 'new' Git tutorials specifically the Gitflow Workflow with the only caveat being it would be great if they had screenshots using Sourcetree instead of just the command line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I think is missing from the help documenation, is maybe some of the NON git command features.. such as an explanation of the icons, some funtional, some appearntly informational but not sure what they mean, and numbers with arrows next to them in various places, which there is a fair amount of in this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in between you can download sourcetree for mac (latest is 1.7.4.1), unpack the directory
SourceTree_1.7.4.1.dmg\0.hfs\SourceTree\SourceTree.app\Contents\Resources\SourceTree Help\
to see the html help of sourcetree for mac...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Cedric Walter, thanks for the tip and for 'SourceTree Version 1.8.1' I am seeing this documentation by opening up using a browser index.html located at: '/Applications/SourceTree.app/Contents/Resources/SourceTree Help/index.html' on my late 2013 iMac running OS X 10.9.2, but I do not see a way to access this specific documentation from within the SourceTree App itself so if anybody knows thanks in advance for posting your solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's where it is for all Mac apps:
Help > SourceTree Help.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kieran Senior, thanks and just reinstalled SourceTree and now I am seeing SourceTree Help. By the way, the discussion on Git Flow in the SourceTree Help documentation is a wonderful addition which I will definitely be following as it really simplifies the whole branching process using this Git branching model so kudos to SourceTree for adding this functionality and for having this tool which seems more productive than working from the command line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Help docs for SourceTree are vastly out of date, we're hatching a battle plan to tackle the docs in a cleaner, more understandable manner that's available both online and offline.
I also use git-flow in a project, and it's much easier using it from the app than from the terminal, just because you immediately see the changes reflected in the log once you perform the operation in SourceTree. Always good to hear it's helping!
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was your battle plan for docs ever hatched? Or did it rot in the shell? Your post is over a year old, and I don't see that anything has been done... even to simply port the Mac help files over to Windows. Holy moly! Isn't there SOME way to export the Mac help files out to a PDF, or any other kind of platform-independent format for consumption by all of your Windoes users? I can't, for the life of me, come up with any valid technical reasons for not being able to provide the Mac help over on Windows. But I'd love to be told those reasons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kiernan (or anyone), where is the Help screens you have pictured above? It is not listed under the "Help" menu tab in the SourceTree UI and I am unable to find it via google search either. Why isn't there any 'official' documentation on the SourceTree website for beginners using this tool? Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lex,
If you're using the Mac version (which is what I had shown) then under the "Help" menu "SourceTree Help" menu item.
If you're using Windows unfortunately there's no help documentation yet, but we are working on it.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
almost two years later, there still isn't
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am also advise to prepare user training materials for Sourcetree for Windows.
Could you please help if any exisiting doc/help/ppt/pdf/video is there?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Eagerly waiting for your tutorial on windows
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We're planning on expanding the help on both Mac and Windows in the future, sit tight and it'll be here before you know it. Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've been sitting tight. And now my butt really hurts. How long does it take to port some help files? Wow....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2 years...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is actually the first great/professionell tool i have come across that does not have ANY documentation - at leat not in the windows version. Maybe they want us to switch to MacOS?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just started using it on windows and this video http://www.youtube.com/watch?v=QnkiKrruJiE really helped
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, that video is not in English. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Kiernan. Yes, I am on a windows box. I'll go back to using command line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.