-
Notifications
You must be signed in to change notification settings - Fork 2
Useful Commands
Violet Huang edited this page Jun 16, 2023
·
2 revisions
Check which branch is on:
git status
Saving changes:
git add -A git commit -m"commit message" git push
In terminal, type this to log in:
ssh [email protected] -p 27531
In browser, type:
neoproterozoic.ess.washington.edu/jhub
In terminal, type to this to exit:
exit
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 ..