Cpp-hacktoberfest23 is your go-to destination for all things C++. Join our collaborative community to learn, contribute, and engage in Hacktoberfest events. Explore a wealth of resources, tutorials, and projects, and enhance your C++ programming skills in an inclusive and supportive environment. Happy coding and welcome to Cpp-hacktoberfest23!
Please take a moment to review the following guidelines to ensure a smooth and collaborative contribution process.
-
Fork the repository.
-
Clone the forked repository to your local machine.
git clone git@github.com:<your_username>/Cpp-hacktoberfest23
-
Create a new branch for your changes.
git checkout -b <branch-name>
-
Make your changes and commit them.
-
Push your changes to your forked repository.
git push origin <branch-name>