Changes between Version 2 and Version 3 of GitNotesForMDTDocument
- Timestamp:
- Jul 14, 2017, 11:03:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitNotesForMDTDocument
v2 v3 5 5 }}} 6 6 7 Then create a branch to work in 7 8 8 9 {{{ 9 $ git branch EH_draft // once, to create branch10 $ git checkout EH_draft 10 $ git branch EH_draft // once, to create branch 11 $ git checkout EH_draft // witch to working in this branch 11 12 $ git status 12 $ git add <file> // Add all the files that you added or CHANGED13 $ git add <file> // Add all the files that you added or CHANGED 13 14 $ git commit -m "comment" // update files tagged with add to local repo 14 15 $ git push origin EH_draft