Creating your first wiki entry
By:
Start with Git
• Git going-
cd <directory>
- Replace <directory> with some location you want to clone the repo into.
-
git clone https://github.com/mct-master/canyouhearme.git
- The url has no breaks
-
cd canyouhearme
- This simply moves your current directory inside the repository folder you just cloned.
-
git pull
- 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.