Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message for first add to the cheetsheet #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# 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