Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 592 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 592 Bytes

Wiki

Because MarkUs developers do not have edit permissions on the MarkUs Wiki, the practice is to check out this repo and make pull requests for changes.

Admins can merge changes into the MarkUs wiki. The steps are recorded below because I can't remember them.

  • Set a remote for the MarkUs wiki: git remote add https://github.com/MarkUsProject/Markus.wiki.git (if you haven't already done this)
  • git pull origin master (make sure everything is up to date)
  • git push origin master (to get the changes into master)
  • git pull markus-wiki
  • git push markus-wiki master