Week 1 Challenge - To complete this challenge, you must learn about the basics of git and GitHub, explore different git commands and then finally open a pull request.
TLDR; fork this repo, add the secret string to a file under
filesdirectory, open a pull request
- setup git and GitHub
- fork this repository
- clone your fork of this repository to your computer (
git clone <your-fork-url>) - create and checkout a new branch (
git checkout -b <your-new-branch-name>) - copy your secret string from discord
- create a
.txtfile underfilesdirectory from where you cloned your repo. - paste the copied secret string to this file.
- commit and push your changes to your fork
- create a pull request from
<your-new-branch-name>of your fork tomainbranch of this repo.
You may feel these steps to be vague and unclear, ask for help from our community. If you had completed these steps, try to make these instructions more helpful by opening a pull request with the changes you would like to propose.