Changes between Version 19 and Version 20 of WorkingGuideLines
- Timestamp:
- 12/30/10 21:41:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingGuideLines
v19 v20 10 10 * applying patch 11 11 * code indentation 12 13 == Examine repo == 14 15 update local repo cache 16 {{{ 17 git remote prune origin 18 }}} 19 20 get list of branches 21 {{{ 22 git branch -r 23 }}} 12 24 13 25 == Creating Ticket Guidelines ==