Tuesday, August 30, 2011

GIT Cheat Sheet (and some version control best practices too on page 2)

DevCheatSheet.com - Git Cheat Sheet & Version Control Best Practices

SNAGHTML102f484a

Here's a snap;

image

The version control best practices are the common sense ones, but then again, common sense sometimes isn't all that common...

  • Commit Related Changes
  • Commit Often
  • Don‘t Commit Half-Done Work
  • Test Code Before You Commit
  • Write Good Commit Messages
  • Version Control is not a Backup System
  • Use Branches
  • Agree on a Workflow