Skip to content

Useful Commands

Violet Huang edited this page Jun 16, 2023 · 2 revisions

Github commands

Check which branch is on: git status

Saving changes: git add -A git commit -m"commit message" git push

Jupyter Hub

In terminal, type this to log in: ssh NETID@neoproterozoic.ess.washington.edu -p 27531

In browser, type: neoproterozoic.ess.washington.edu/jhub

In terminal, type to this to exit: exit

Terminal Command

Make folder: mkdir folder_name

Check where you are at: pwd

List files: ls

Move between directories: cd folder_name

Go to parent folder: cd ..