Changes between Version 10 and Version 11 of Git/GitHome
- Timestamp:
- Dec 7, 2012, 2:49:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Git/GitHome
v10 v11 19 19 * [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. 20 20 * [http://git-scm.com/book Pro Git]. Scott Chason's online book is recommended both for learning about Git and as a reference. 21 * [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. 21 * [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. 22 22 23 23 == Git Topics ==