-
Fork this Repository: Start by forking this repository to your GitHub account.
-
Clone the Repository: Clone the forked repository to your local machine using:
git clone 'repo-url' -
Create a New Branch: Create a branch to work on a specific feature or fix. For example:
git branch 'branch-name' git checkout 'branch-name'
-
Make Your Changes: Edit the files and add your features or fixes. Be sure to follow the project structure and guidelines.
-
Commit Your Changes: Once you've made your changes, commit them with a meaningful message:
git add . git commit -m "Add a meaningful commit message here"
-
Push Your Changes: Push the changes to your forked repository:
git push origin 'branch-name' -
Create a Pull Request: Go to the original repository on GitHub and create a pull request (PR) from your forked repository. Be sure to provide a clear description of the changes you made and why they're necessary.
-
Collaborate and Revise: If the maintainers request changes or improvements, make the necessary updates in your branch, commit the changes, and push them again. Your PR will update automatically.
-
Celebrate Your Contribution: Once your PR is reviewed and merged, congratulations! You've successfully contributed to the project. 🎉
Sayan-045/CSS_GIT_WORKSHOP_TASK
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|