Skip to content

Things to do in every work session

Doug Wegscheid edited this page Feb 19, 2022 · 1 revision

At the start of the work session

  • Make sure that git is set for the correct person. (Use the git-user-gui.py on a shared PC).
  • Make sure you are on the correct branch.
  • Do a pull.

At the end of a work session

  • Make sure that git is set for the correct person.
  • Commit your work. Make sure that your name is on the commit.
  • Push your work. Make sure that your name is on the commit on the push.

Clone this wiki locally