This repository contains my personal notes and documentation for using Git.
It's intended as a quick reference and guide to help with common Git commands and workflows.
- Basic Git Commands
- Branching and Merging
- Remote Repositories
- Git Configuration Tips
- Troubleshooting Common Issues
Clone this repository to your local machine for easy access to the documentation:
git clone https://github.com/MohcineDev/gitDes.gitOpen the folder in your preferred code editor (such as VS Code) to view or update the documentation.
If you'd like to suggest improvements or fix mistakes:
- Fork this repository.
- clone this repo in terminal.
- Create a new branch for your changes.
- Commit your updates with a clear message.
- Open a Pull Request describing what you improved or fixed.
This project is open source and available under the MIT License.