Possible Duplicate:
How to quickly set up Git for teams using Xcode?
I have an Xcode project folder on my Mac HD. Snow Leopard. The GitX GUI expects that I already have an Git repository. So I guess since I have GitX installed, I also have Git, and now I need to be cool and intelligent and know what to hack into the Terminal. But what? Is there any tutorial that explains this in minutes, not hours or even days?
just git init
in that folder
this is a 20 minute git link
and this is a every day most needed commands
and this is the community book for further reading
this SO post will help you also
See this:
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#creating-a-new-repository
Basically, go into the root of your project and type:
$ git init
$ git add .
$ git commit
(And note the .
ad the end of the git add .
command.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With