I did
yum install git-core
and then git
and i am getting
bash: git: command not found
What did i miss in above steps?
|
feedback
|
|
Do a yum provides */git This will tell you which package provides the git command itself. It's possible your git-core is just a bundle of common libraries and the like rather than git itself. | |||
|
feedback
|
git-coreget installed from? – Ignacio Vazquez-Abrams May 4 '10 at 6:43