Changes

283 bytes added ,  06:14, 22 December 2009
Line 116: Line 116:  
  $ git push origin master  # will sync your local tree w/ the server
 
  $ git push origin master  # will sync your local tree w/ the server
   −
 
+
''Tagging'' -- a karma lesson can be in only one of two states, stable or unstable. Any commit tagged 'stable' is the stable version of your code. Every other version of your code is unstable. We will not use numeric versioning such as 0.1, 1.0, 1.2, etc. for the foreseeable future.
    
== Meetings ==
 
== Meetings ==
359

edits