Sourcetree is pretty good. GitHub Desktop is cross-platform and pretty good. Visual Studio Code has a GUI for git management and it's pretty good too. The last two are free, but idk about Sourcetree.
Programming
This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.
+1 for Sourcetree
Thanks. Just checked the Atlassian site and Sourcetree is a free download. I don’t see any mention of pricing either so it doesn’t seem to be a limited trial from what I can tell. Great!
Glad I could help!
I use Sourcetree on Mac for work, though I use the terminal most of the time.
This was reviewed in the video I linked in another comment. Looking at their website though, at that link you share, it looks really suitable for beginners. Thank you, I appreciate the link.
I know OP is on Mac, but for anyone needing a git GUI on Windows, TortoiseGit is probably the best you'll find. Integrates right into File Explorer, turns nearly every command into a form, every flag and parameter into a field, and it even shows you the command you end up running. Very powerful, and doesn't do anything non-standard (looking at you Github). It's actually taught me more about git than just reading the manual ever did.
Other than the subscription model, I'm a huge fan of GitKraken (and the vscode extension, GitLens).
Sublime Merge is what I use at work and is the only Git GUI I've had good luck with. It's not free but well worth the 50 bucks, or you can use it with the nag screen indefinitely like Sublime Text.
Oh, I didn’t realise you could use it with the nag screen! Considering it will be used no more than once per month I think we can handle that :) Thanks, that settles it.
GitUp is pretty easy to use if they’re using a Mac.
Great visual cues, free and open source. Incredible. Thank you.