Changes between Version 2 and Version 3 of GitTips


Ignore:
Timestamp:
02/23/2010 02:50:34 PM (14 years ago)
Author:
johnnyg
Comment:

don't need -a for this example

Legend:

Unmodified
Added
Removed
Modified
  • GitTips

    v2 v3  
    1313 1. Make commit 
    1414{{{ 
    15 git commit -a -m "Fixed bug" 
     15git commit -m "Fixed bug" 
    1616}}} 
    1717 1. Checkout stable branch