GIT in the World of Apples
- February 10th, 2011
- By Phreatom
- Write comment
Today I finally got my git environment working to my satisfaction on my MacBook Pro. First as I migrated to Mac OS X, I thought I would need a graphical tool for gitl like gitx or gity or even some sort of commercial GUI. After some experimenting with the different GUIs and many oddities I ran into, I just switched back to the good old command line, as I was used to on the Linux installations at the university. But still, there were several annoying issues I didn’t had on ubuntu/SuSE installations or which just would be nice to have. I want to discuss 2 issues in the following post:
- No bash integrated information about the current branch, commit and difference between origin and local repository, etc. In short: No git status in the prompt
- No tab completion