Changes between Version 2 and Version 3 of GitNotesForMDTDocument


Ignore:
Timestamp:
Jul 14, 2017, 11:03:04 AM (8 years ago)
Author:
Eric Hazen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitNotesForMDTDocument

    v2 v3  
    55}}}
    66
     7Then create a branch to work in
    78
    89{{{
    9   $ git branch EH_draft  // once, to create branch
    10   $ git checkout EH_draft
     10  $ git branch EH_draft    // once, to create branch
     11  $ git checkout EH_draft  // witch to working in this branch
    1112  $ git status
    12   $ git add <file>  //Add all the files that you added or CHANGED
     13  $ git add <file>  // Add all the files that you added or CHANGED
    1314  $ git commit -m "comment" // update files tagged with add to local repo
    1415  $ git push origin EH_draft