We welcome contributions! Please follow these steps to contribute to this learning repository:
Click the "Fork" button in the upper right corner of the GitHub page to create your own copy of the repository.
git clone https://github.com/YOUR_USERNAME/git-github-notes.git
cd git-github-notesgit checkout -b feature/your-feature-nameEnsure that any new notes follow the standard topic file format outlined in the README. Use clear and beginner-friendly language.
git add .
git commit -m "docs: add new topic on git rebase"
git push origin feature/your-feature-nameGo to the original repository and click "Compare & pull request". Write a clear description of your changes.
Thank you for helping others learn Git and GitHub!