From: mePy2 Date: Mon, 29 Mar 2021 11:32:33 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~1097 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ba9d67661344c4c6a9d840d5ed1d6152c99db7e;p=libreriscv.git --- diff --git a/HDL_workflow/git_checklist.mdwn b/HDL_workflow/git_checklist.mdwn index d17d35dd9..103330fcc 100644 --- a/HDL_workflow/git_checklist.mdwn +++ b/HDL_workflow/git_checklist.mdwn @@ -11,3 +11,23 @@ Here is the checklist for making changes. the work right the way through to "git push" immediately (at least by the end of the day), or do not "have time", reconsider and find a way to make the work smaller. If unsure, ask on the mailing list."""]] + +* run `git pull` +* edit files, making sure only one “purpose" +* save them +* run unit tests and make sure they pass +* fix errors +* run `git status | more`, review the output +* run `git diff`, review the output +* run `git commit -a -m 'useful description' ` +* run `git pull` +* run `git push` + +# what to do if "git pull" results in conflict + +# what to do if you want to add files. + +--- + +this one, `git status` is very important, to check files that should have +been added but have not.