Git Extensions guide?
Is there a quick-start guide to using Git Ext开发者_如何学运维ensions for basic tasks such as checkout, checkin, undo-checkout, etc, especially for users coming from the Microsoft world?
I'm not sure what quick-start means, but the Git Extensions manual is very user friendly. If you're wondering how to check out branches, see chapter 6, page 18.
Also check the video's on youtube, they show the basic flow:
- Clone - Git Extensions - http://www.youtube.com/watch?v=TlZXSkJGKF8
- Commit changes - http://www.youtube.com/watch?v=B8uvje6X7lo
- Push changes - http://www.youtube.com/watch?v=JByfXdbVAiE
- Pull changes - http://www.youtube.com/watch?v=9g8gXPsi5Ko
- Handle merge conflicts - http://www.youtube.com/watch?v=Kmc39RvuGM8
Some of my readers also asked for a comprehensive guide on Git for Windows so I put together a post that walks you through installing Git Extensions.
http://www.codetunnel.com/installing-git-on-windows
精彩评论