Skip to content

mjlarson/umd_computing_examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

umd_computing_examples

Some example setup files for using UMD computing.

  • Setup file examples
  • An example Jupyter notebook
  • Example HT condor job files

This is new material

Copy the code from github. This way assumes you have your public ssh key on github

git clone [email protected]:mjlarson/umd_computing_examples.git

List any changed or new files

git status

List where these files came from on github

git remote -v

Tell git that you plan to copy the updates of these files to the repository

git add

updates to the local repo

git commit

update on the server

git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.2%
  • Python 20.7%
  • Shell 0.1%