Skip to the content.

Adding Entry to The UCR Github Page

Non-git User’s Approach

Modifying Existing File

Adding New File

Git User’s Approach

You are a git user if you use git for versioning of your analysis code, tex files, etc. In this case, you just clone the repository https://github.com/ucr-rhic/ucr-rhic.github.io.git like any other git repository. Now add files/directory or modify any content. Finally, push your changes to the master branch. Before you make changes, do git pull to get new updates incorporated.