Welcome to the official repository of Cosmic Quarry.
- Fork this repository to your own GitHub account.
- Clone the forked repository:
git clone https://github.com/your-username/Cosmic_Quarry.git - Create a new branch for your submission:
git checkout -b branch_name - Add your submission into the apropriate directory.
- Stage and Commit your changes
git add .git commit -m "Added Submission for topic/Assignment-x by your_name" - Push your branch to your github repo
git push origin your-branch-name - Open a pull request from your branch to the main repository.