Changes

Jump to navigation Jump to search
1 byte added ,  06:15, 22 December 2009
Line 93: Line 93:     
When we do move to individual repos we shall use the [http://git.sugarlabs.org/projects/karma_lesson karma_lesson template] for each new lesson repository  
 
When we do move to individual repos we shall use the [http://git.sugarlabs.org/projects/karma_lesson karma_lesson template] for each new lesson repository  
      
Here is how you can use the karma_lesson template to create a new repository from scratch
 
Here is how you can use the karma_lesson template to create a new repository from scratch
Line 116: Line 115:  
  $ 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.
+
'''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

Navigation menu