tags:

views:

56

answers:

2

Possible Duplicate:
Why is Git better than Subversion?

Hello All,

I am making an application and im currently using subversion, but i want to switch it to git. Is this right that git is more helpful than subversion. Which one better for me to use Also any doc or video help for me.

Please send your valuable thoughts and links which helps me.

Thanks in advance....

+1  A: 

Hi Dear You can get solution from this link

http://stackoverflow.com/questions/871/why-is-git-better-than-subversion

Thanks

Thank you dilip
@dilipchouhan: If the answer to a question is given by another question here at SO, there's no need to post it as a new answer here - we'll close it as a duplicate. (But feel free to post a helpful comment so we don't have to hunt for the duplicate question.)
Jefromi
A: 

Git is leaps and bounds better than Subversion.

Here are some reasons: http://whygitisbetterthanx.com/

Of those, my favorite features are the super cheap branching and the distributed nature of everything. It's about 100x faster at every operation.

I prefer this book for reference and getting to understand Git (free on the web): http://progit.org/book/

codykrieger