English 中文(简体)
Git, Tower, and Sourcetree
原标题:

I m trying out both Tower and Sourcetree GUIs on my Mac and I have two very basic questions:

  • Do either of these GUIs install the Git executables or do they use the Git installed on my Mac?
  • Where would Git be installed on my Mac? At the command prompt I ve typed "which git", but it clearly isn t in the PATH so no luck with that. It s weird because I swear it used to be in the PATH.
最佳回答

As Tower comes with a fully functional Git binary, you don t have to install Git on your system to use Tower. If you also want to use Git on the command line, though, we recommend you use the OS X installer or MacPorts (if present on your system).

问题回答

I don t know Tower, but you can see in Sourcetree s settings that it can either use the system Git (I think a version of Git is already embedded in Mac OS X) or a version embedded within the Sourcetree application.

On my system which git gives me:

/usr/bin/git

It should be in the path, if you didn t change anything.





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签