Skip to content

magerton/research-computing-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the UC Davis ARE Research Computing Bootcamp Repo!

What's in this repo

  • agenda.md has the bootcamp's agenda
  • talks has copies of talks from the bootcamp
  • resources has some other links and setup guides that might be helpful
  • examples has examples of a SLURM script to start a job on a Linux server, and an example of output with git commit hashes

Feel free to fork this repo!

Please feel free to fork the repo and submit pull requests with changes!

If you have forked this repo to your personal account, you can update your personal fork to match this original repo (upstream) by following Github's directions on how to sync a fork.

About files in this directory

  • This is a README.md file. It sits in the base of the repo and gives a general orientation. Because this file is written in (Github-flavored) markdown, Github can render it nicely.
  • LICENSE.md file tells how your repo can be used by others.
  • .gitignore file tells Git not to commit certain files. It's important to make sure you don't make private information like passwords, private keys, API keys, and sensitive data public. Git contains the entire history of the repo, so if you delete a file that has been committed, the file can be recovered from the repo.

For help on Git & Github