A Powershell Script for fechthing all my git repositories and making my life better.
If you wish to contribute to the project, follow these steps:
- Fork the project.
- Create a branch for your feature (git checkout -b feature/AmazingFeature).
- Make your changes and add the modified files (git add .).
- Commit your changes (git commit -m 'Add AmazingFeature').
- Push your branch (git push origin feature/AmazingFeature).
- Open a Pull Request.