Skip to main content

Creating your first wiki entry

By: Jackson Goode

Start with Git

• Git going
  1. cd <directory>
    1. Replace <directory> with some location you want to clone the repo into.
  2. git clone https://github.com/mct-master/canyouhearme.git
    1. The url has no breaks
  3. cd canyouhearme
    1. This simply moves your current directory inside the repository folder you just cloned.
  4. git pull
    1. This is only needed to check for updates to the repo since you've cloned it. Good to do before you make any changes or additions.

Let's start just by cloning the repo into a folder! If you're having trouble cloning, pulling or generally git-ing, check out Aleksander's great guide made for the MCT Blog.

Terminal input for these steps (animated)
Last updated on by Jackson Goode