Skip to content

Latest commit

 

History

597 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

Markdown Resources

Function Source
markdown cheatsheet https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
generate tables https://www.tablesgenerator.com/markdown_tables
githubguide https://guides.github.com/features/mastering-markdown/

GitHub Repositories of Interest

Description URL
Gallery of Interesting Notebooks https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks

GitHub Quick Commands

Command Result
git push -u origin master OR git push origin master Should prompt you to update password
git remote -v identify your repository URL
git remote set-url origin https://Username@github.com/Username/MyRepo.git manually set your repository URL
![image-name](https://github.com/path) place an image in a README.md

Linux Resources

-http://www.computerhope.com/unix.htm

Command Result
mkdir create a folder in your directory
mkdir project_1 create a folder called project_1
pwd produce current path location
cd change directory
cd .. go up one level to parent folder
ls show contents of current folder
ls -la show contents and size of files in current folder
| to start a command
\ ? to give list of commands
logout log out of session

FTP/sFTP

Cyberduck
FileZilla
Bitzvie
Secure Shell SSh

=======

Markdown Resources

Function Source
markdown cheatsheet https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
generate tables https://www.tablesgenerator.com/markdown_tables
githubguide https://guides.github.com/features/mastering-markdown/

GitHub Repositories of Interest

Description URL
Gallery of Interesting Notebooks https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks

GitHub Quick Commands

Command Result
git pull Pull master to clone
git add . Add all updated files to staging
git add 'filename' Add specific file name to staging
git commit -m'commit message' Commit stage data prior to push - commit msg required
git push Push commited data to master
git push -u origin master OR git push origin master Should prompt you to update password
git --version identify git version installed in environment
git remote -v identify your repository URL
git remote set-url origin https://Username@github.com/Username/MyRepo.git manually set your repository URL
![image-name](https://github.com/path) place an image in a README.md

Linux Resources

-http://www.computerhope.com/unix.htm

Command Result
mkdir create a folder in your directory
mkdir project_1 create a folder called project_1
pwd produce current path location
cd change directory
cd .. go up one level to parent folder
cd \ go root directory
ls show contents of current folder
ls -la show contents and size of files in current folder
| to start a command
\ ? to give list of commands
logout log out of session

FTP/sFTP

Cyberduck
FileZilla
Bitzvie
Secure Shell SSh

e273c708f0679ce5351676df61e954d38e6812a9

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages