Changes between Version 43 and Version 44 of DevelopmentProcedure


Ignore:
Timestamp:
06/30/14 09:20:57 (11 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v43 v44  
    2828{{{
    2929  git commit -m "modified zcooling module to write ztable"
     30}}}
     311. If there are locally modified files that you want to revert, just use git checkout to revert them to your latest commit.  For example
     32{{{
     33  git checkout Makefile.inc.alfalfa
    3034}}}
    31351. Before you push back to the main repo, you should make sure that your branch is still up to date with the latest development branch