#1939: 2021-02-01 tasks

opened by njr2128


njr2128 commented:

@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]


gschare commented:

Maybe put this in a README.md in the root of the repo?

Making changes to derivative files in m-k-manuscript-data:

  1. cd to m-k-manuscript-data directory
  2. git fetch
  3. git pull
  4. Checkout a branch: git checkout -b [name of branch]
  5. cd to manuscript-object directory
  6. git fetch
  7. git pull
  8. Run update.py: python3 update.py (might need to use python3.8, e.g., if you have more than one version installed)
  9. cd back to m-k-manuscript-data directory
  10. git add .
  11. git commit -m '#[issue##]: [commit message]'
  12. git push -u origin [name of branch]

njr2128 commented:

@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