Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 820 Bytes

README.md

File metadata and controls

26 lines (26 loc) · 820 Bytes

cheatsheets

Quick lookup documents for commonly used tools COOL NEW UNIX TOOL (ADD LATER)≈ GIT: STUFF git status #git add add files to git staging area, add file name after space #git commit -m 'message about commit' commit new changes #git checkout -b week01 move to new banch called week01 #git remote -v checks git remote respository #git remote add upstream https://github.com/biom262/biom262-2016.git adds an remote upstrem respository #git remote set-url origin https://github.com/yourgithubusername/biom262-2016.git sets up remote repo #git fetch upstream fetch/update with upstrem repo #git merge upstream/master merged with fetched JUPITAR NB STUFFF #cd ~/code/biom262-2016/weeks/week01/ #nbstripout 7_tf_binding_promoters.ipynb tunneling : #ssh -NL ####:localhost:#### username@tscc-login#.sdsc.edu