oindrillac / commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-commands

Follow along using the documents in this repository to see the exact commands and URLs you need to use in this workshop. You can copy and paste commands you see in gray into the terminal or URLS into the browser.

Join us on Slack to ask any questions during the workshop and throughout the period of GHC: https://bit.ly/2os6jT4

Tips!

If you get lost in your terminal, the following will help you:

cd ~ takes you back to your home directory.

cd ~/<repo>, where <repo> is the name of your repo, takes you inside your local git repo, assuming you cloned it into your home directory.

ls lists all the files and folders in the current directory.

pwd prints the name and path of the current directory.

About