Did you (finally) migrate from Windows to Mac and the only thing you miss is the lovely Git Bash?You have no idea what the Git Bash is (or Windows for that matters) and yet you really want to improve your Git experience on Mac?

Here it comes the Git Bash for Mac: a nice Terminal customisation that always shows you the branch you are on, powered by a tab-based autocompletion for all of Git’s subcommands, command-line parameters, and remotes and ref names.
GitKraken is the legendary Git GUI client for Windows, Mac and Linux. Git beginners and advanced users will increase efficiency through the intuitive interface, seamless integrations and a faster, more fluid workflow.
Install
Download Git For Mac Terminal
- In today’s release of GitHub for Mac, you can now easily install Git for use on the command line, without needing to download any separate packages. And whenever we update the version of Git included with GitHub for Mac, you’ll get the changes automatically – no work required on your part!
- Git for Mac Free Download: Git for Mac is the best developer tool and is an alternative to the git command line. Download Git for Mac Free. Git Mac app is a powerful desktop client for both Mercurial and Git distributed revision control systems that let you perform the.
- Unleash the Kraken! GitKraken is the legendary Git GUI client for Windows, Mac and Linux. Git beginners and advanced users will increase efficiency through the intuitive interface, seamless integrations and a faster, more fluid workflow. Download this powerful Git GUI client for free now!
- TortoiseGit by TortoiseGit is an open source application that was designed as an interface for the popular Git version control system. Unfortunately, you can not download TortoiseGit for Mac, but luckily there are other solutions available on the Internet.
- Git Extensions is a toolkit aimed at making working with Git on Windows more intuitive.Git Extensions is also available on Linux and Mac OS X using Mono. The shell extension will integrate in Windows Explorer and presents a context menu on files and directories. There is also a Visual Studio plugin to use Git from the Visual Studio IDE. There are video tutorials for some basic functions on.
- Sourcetree is a free Git client for Windows and Mac. Open and close the navigation menu. Download free. Open and close the navigation menu. Download free. Simplicity and power in a beautiful Git GUI. Download for Mac OS X. Also available for Windows. A free Git client for Windows and Mac. Sourcetree simplifies how you interact with your Git.
Follow these steps:
- from the
Terminal, run
- open
Terminal->Preferences->Profilesand select theProtheme; - restart the
Terminaland enjoy!
Uninstall
Follow these steps:
- from the
Terminal, run

- open
Terminal->Preferences->Profilesand select the theme you used to have; - restart the
Terminaland (un)enjoy!
Customize
You don't like the colors of your new prompt? Open ~/.git-bash-for-mac.sh and start messing up with it!
Git Gui Windows 10
In addition, by simply exporting a couple of variables in ~/.git-bash-for-mac.sh you can make you prompt even more informative:
- if you set
export GIT_PS1_SHOWDIRTYSTATE=1, unstaged (*) and staged (+) changes will be shown next to the branch name; - if you set
export GIT_PS1_SHOWSTASHSTATE=1and something is stashed then a '$' will be shown next to the branch name; - if you set
export GIT_PS1_SHOWUNTRACKEDFILES=1and there are untracked files then a '%' will be shown next to the branch name.
Install Git On Mac Os
More info and options can be found here.