Changes between Version 12 and Version 13 of Git/GitHome
- Timestamp:
- Dec 24, 2012, 3:25:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Git/GitHome
v12 v13 21 21 * [http://gitimmersion.com/ Git Immersion Tutorial] A deep dive into Git. 22 22 * [http://gitref.org Git Quick Reference]. "... a quick reference for learning and remembering the most important and commonly used Git commands."] Recommended for those who like to cut to the chase. Examples use a POSIX style command line interpreter, but Git works identically under the Windows command line so that should not be a problem for most Boost developers. 23 * [http://git-scm.com/book Pro Git]. Scott Cha son's online book is recommended both for learning about Git and as a reference.23 * [http://git-scm.com/book Pro Git]. Scott Chacon's online book is recommended both for learning about Git and as a reference. 24 24 * [http://www.youtube.com/watch?v=GYnOwPl8yCE Power Your Workflow With Git]. Patrick Hogan's video introduction to Git and GitFlow-based workflow. Recommended for those who want to know what is going on under the covers, why Git is the way it is, and recommended workflows. The [http://www.slideshare.net/pbhogan/power-your-workflow-with-git slides] are also available. 25 25 * The [StartModWorkflow Getting Started with Modular Boost Library Development using Git] page has links related to Git Flow, the recommended workflow for Boost library developers.