I have been trying to follow the instructions (Git-TF_GettingStarted.html) to set up git - tf integration from xcode to TFS 2010
I think my problem is setting up the path variables correctly.
I am in terminal, and created a .profile file via "open .profile"
I entered the following two lines:
export PATH=”/Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/”:$PATH
export PATH=”/Users/ssmith/Git-Tf/”:$PATH
saved, started terminal, but terminal doesn't recognize my commands:
Stevens-MacBook-Pro:~ ssmith$ git tf
-bash: git: command not found
Do you have any idea what i am missing?