Good tools for using Git on windows
Posted
by Ali Shafai
on Stack Overflow
See other posts from Stack Overflow
or by Ali Shafai
Published on 2010-04-19T22:44:49Z
Indexed on
2010/04/19
22:53 UTC
Read the original article
Hit count: 444
git
|visual-studio
I've been using SVN for my projects and had visualSVN for VS integration. however the Git work flow is different from traditional source control systems (Checkout/edit/stage/commit as oppose to Checkout/edit/commit). I was wondering if there is a good VS addon to support that. Also any good advice on using git on a windows dev machine is appreciated.
© Stack Overflow or respective owner