@gschare will create place to put this: making changes to derivative files in m-k-manuscript-data: cd [m-k-manuscript-data] git fetch git pull git checkout -b [name of branch] {checkout a branch} cd [manuscript-object] git fetch git pull python(+version) update.py cd [m-k-manuscript-data] git add . git commit -m ‘#[issue##]: [commit message]’ git push -u origin [branchname]
Maybe put this in a README.md in the root of the repo?
Making changes to derivative files in m-k-manuscript-data
:
cd
to m-k-manuscript-data
directorygit fetch
git pull
git checkout -b [name of branch]
cd
to manuscript-object
directorygit fetch
git pull
python3 update.py
(might need to use python3.8
, e.g., if you have more than one version installed)cd
back to m-k-manuscript-data
directorygit add .
git commit -m '#[issue##]: [commit message]'
git push -u origin [name of branch]
@gschare - yes. Let's put in both manuscript-object and m-k-manuscript-data UPDATE: just manuscript-data because object already has a form of this