

The solution is actually quite simple once you realise – but doesn’t use any of SourceTrees dialogs. For Windows, the Custom Actions configuration is located in Tools > Options > Git. Check the Git download site and click the 'Downloads for Mac' link to see what the latest release is. A graphical installer for Git on macOS is also. To update the Git install, use Homebrew's upgrade option: > brew upgrade git.
#Update git on mac install#
Install Homebrew and run the following to install an up to date version of Git on the Mac: > brew install git.
#Update git on mac how to#
Ill show you how to do that in this video. Homebrew is a great way to install and manage open source development tools on a Mac from the command line. Having Googled how to solve this 3 or 4 times now I thought I’d make a note on my blog so I can more quickly find the solution (hopefully the act of writing it down will mean I won’t have to Google it again). If you type 'git -version' in your terminal and see a message like 'git version 2.0.1', you have an official version installed, but may need to update it to utilize the latest release. What I mean is, when I change my password SourceTree doesn’t remember the change and so I have to enter it every. We’re also security conscious and so we have to change our passwords every couple of months – however this then breaks SourceTree. As such I use SourceTree a lot to manage my code.

We also use the suite of Atlassian products for managing tasks, code, and deployment. To upgrade in the future, simply run brew upgrade git Conclusion.

You should now see the current version of git, such as git version 2.17.1. NovemBen 20 Comments on Updating SourceTree Git Login Credentials Updating SourceTree Git Login CredentialsĪt work we use Git for versioning our code. Install git via Homebrew brew install git Change your local path to the Homebrew version export PATH /usr/local/bin: PATH Check the git version git -version.
