How to contribute

It’s very easy for students to help make contributions to the CUSeisTut

Here are several steps based on github commands:

  1. open a terminal in your computer

  2. run: git clone https://github.com/JunhaoSong/cuseistut.git

  3. enter the cloned directory named “cuseistut” (you will find a hidden local repository named “.git” in the cloned directory)

  4. make modifications

  5. after 4, run: git add <modified files/folders>

  6. after 5, run: git commit -m “message”

  7. after 6, run: git push (username and token are required, please contact Junhao Song for the temporary token.)

steps 5, 6, 7 can be easily understood based on the figure below.

../_images/git-chart.png

After successfully pushing your modifications, check the updated CUSeisTut website