From ce1f3328b28ace52796327c3e4e1138d9fc4e428 Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Sat, 9 Jan 2016 13:40:38 -0800 Subject: [PATCH 1/3] message for first add to the cheetsheet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e60573c..bad4beb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # cheatsheets Quick lookup documents for commonly used tools +COOL NEW UNIX TOOL (ADD LATER)≈ From 1c3867195e8a117fda77d407623d6965c532845c Mon Sep 17 00:00:00 2001 From: bmlewis-UCSD Date: Wed, 20 Jan 2016 10:40:27 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index bad4beb..2669ac1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ # 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 From dbfb25af12083b01750e2105acdbb87264b511f6 Mon Sep 17 00:00:00 2001 From: bmlewis-UCSD Date: Wed, 20 Jan 2016 10:42:23 -0800 Subject: [PATCH 3/3] update with come cheats --- README.md | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 2669ac1..6a3d8f0 100644 --- a/README.md +++ b/README.md @@ -3,26 +3,24 @@ 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 +#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 - +#cd ~/code/biom262-2016/weeks/week01/ +#nbstripout 7_tf_binding_promoters.ipynb tunneling : -ssh -NL ####:localhost:#### username@tscc-login#.sdsc.edu +#ssh -NL ####:localhost:#### username@tscc-login#.sdsc.edu