Collection of comments in various Programming Languages, with dad jokes.
Lets aim to comment things in 100 languages 💕
-
Fork the repository if you haven't already
-
Clone your fork locally 🙋♂
git clone https://github.com/athrvvvv/Comment-It.git
Replace "YOUR_USERNAME" with your GitHub username
- Create & Configure local branch 💁♂️
git branch local
Now switch to that branch via:
git checkout local
- Make changes and than run following command:
git add .
git commit -m "COMMIT_MESSAGE"
- Finally, push your changes to your fork 📫
git push origin local
- To submit your changes to the main project, you'll need to create a pull request. I will merge it accordingly 🙌
Thank you ❤