Changes between Version 11 and Version 12 of Git/GitHome


Ignore:
Timestamp:
Dec 10, 2012, 5:11:42 PM (10 years ago)
Author:
Beman Dawes
Comment:

Add Git Flow mention

Legend:

Unmodified
Added
Removed
Modified
  • Git/GitHome

    v11 v12  
    22
    33== Installing Git ==
     4
     5|| If you plan to do the [http://gitimmersion.com/ Git Immersion Tutorial], it includes links to installation downloads. ||
    46
    57[http://git-scm.com/downloads Downloads] are available for various platforms.
     
    1719Recommended learning and reference resources:
    1820
     21* [http://gitimmersion.com/ Git Immersion Tutorial] A deep dive into Git.
    1922* [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.
    2023* [http://git-scm.com/book Pro Git]. Scott Chason's online book is recommended both for learning about Git and as a reference.
    2124* [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* 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.
    2226
    2327== Git Topics ==