Skip to content

Reset Code

Tim Bird edited this page Jan 11, 2023 · 4 revisions

Resetting the code

Here are the steps to save the class data, and reset the master branch to the starting commits and status for the next class:

(replace 1 with the class number)

  • git branch class1
  • git push -u origin class1:class1
  • git checkout -b start origin/newcode
  • git push -f origin start:master
  • git checkout master
  • git reset --hard origin/master

Reopening closed (original) issues

The following are the original issues for the project. You can re-open these issues, if you'd like:

  • I get an exception if I enter a non-number into the "choose a race" field (bug)
  • Add user intput during battle (battle actions) (enhancement)
  • Add some introduction text before the first prompt (enhancement)
  • You should use the race and class somehow (enhancement)
  • There is no LICENSE specified for this code! (documentation)
  • The README has no description of the game!! (documentation)

If any of these issues got closed during the class, you can re-open them. Just change the search filter to 'is:closed', select the issue, and click the "Reopen" button.

Clone this wiki locally