[git-users] Re: MacOs Mountain Lion git --version doesn't change after installing latest

2013-02-18 Thread email
Ok guys, my solution in the end was: - create a ~/.bash_profile file - write: export PATH=/usr/local/bin:$PATH - restart the terminal I do not know very well all the path-config files and the real order they are read. I only know a few unix commands.. My current files in ~/ are: ~/.profile:

[git-users] Re: Free Git Book

2013-02-18 Thread Alex Lewis
Hi Ryan, Your Git Tutorial has been well and truly cemented into my bookmarks. I'm often recommending it to others as it has proven to be an excellent resource. Thank you!! Cheers, Alex On Thursday, 10 January 2013 00:03:40 UTC, Ryan Hodson wrote: Hey Git Users! I wrote a Git book

Re: [git-users] Re: Free Git Book

2013-02-18 Thread Ryan Hodson
Thanks Alex, I really appreciate that :) Let me know if you have any suggestions. Ryan On Feb 18, 2013 5:06 AM, Alex Lewis alex.lewis...@gmail.com wrote: Hi Ryan, Your Git Tutorial has been well and truly cemented into my bookmarks. I'm often recommending it to others as it has proven to

[git-users] Re: git svn init throws Not a git repository (or any of the parent directories): .git

2013-02-18 Thread Ace McCloud
You can also pass in --revision to git clone, I believe. Oh. That was helpful. Got first few revisions and fetching rest using: git svn fetch --revision Thank You. :) -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe