Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 469 Bytes

Version control and scientific software development

A simple repository to teach working with git - and to try out things yourselves.

Version 2023

What to do:

  • Set up a github account (if you don't have one, already)
  • Create a Fork on your own profile
  • Clone repository to your local computer
  • Create a local branch
  • Perform some changes (e.g., add a file with a Python plot, etc.)
  • Commit
  • Push back to your repo
  • Create Pull Request back to orignal repo