Changes between Version 19 and Version 20 of WorkingGuideLines


Ignore:
Timestamp:
12/30/10 21:41:41 (13 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGuideLines

    v19 v20  
    1010 * applying patch 
    1111 * code indentation 
     12 
     13== Examine repo == 
     14 
     15update local repo cache 
     16{{{ 
     17git remote prune origin 
     18}}} 
     19 
     20get list of branches 
     21{{{ 
     22git branch -r 
     23}}} 
    1224 
    1325== Creating Ticket Guidelines ==