- Star the certain repository, it will serve as you're participating in the challenge.
- Clone the repository to your local machine.
git clone https://github.com/organization_name/repo_name.git
- Create a new branch with your name.
git checkout -b your_name
- Create a new folder with your name.
mkdir your_name
- Create a new file with the name of the challenge.
touch your_name/challenge_name
- Add your name to the file.
echo "Your Name" >> your_name/challenge_name
- Commit your change, add a message, and co-author the commit with "noeyislearning".
git add . && git commit -m "Add my name to the challenge" -m "Co-authored-by: noeyislearning <hello@noeyislearning.dev>"