<<<<<<< HEAD
| 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/ |
| Description | URL |
|---|---|
| Gallery of Interesting Notebooks | https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks |
| 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 |
 |
place an image in a README.md |
-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 |
Cyberduck
FileZilla
Bitzvie
Secure Shell SSh
=======
| 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/ |
| Description | URL |
|---|---|
| Gallery of Interesting Notebooks | https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks |
| 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 |
 |
place an image in a README.md |
-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 |
Cyberduck
FileZilla
Bitzvie
Secure Shell SSh
e273c708f0679ce5351676df61e954d38e6812a9