Mercurial to Git
I have more experience working with Mercurial than Git, however, it seems that the project I am working on currently will require me to us开发者_开发问答e Git. I have been looking forward to trying out Git for quite some time too.
Any good resources which you think might help a mercurial user get up and running?
There is a Mercurial plugin called hg-git:
This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial.
It may save you a switch to another VCS.
If you do want to start using Git, there are plenty of tutorials available, some of them have already been mentioned in this thread. Also, you may find this stackoverflow post useful.
- Git Community Book
- Pro Git
- git ready
This are the three sources I used and it worked well :) Ive buyed "Pro Git" and it was worth it.
You mentioned you are more familiar with Mercurial than Git. Then, I would suggest you read GitConcept, an essay talking about the difference between them and it does really make something clear for you then.
Please have a look at the site: http://gitready.com/ They have great tipps for beginners and also for experienced users.
A book recommendation would be "Pragmatic Guide to Git": http://www.amazon.com/Pragmatic-Guide-Git-Guides/dp/1934356727/
精彩评论