A Donkey Don to help you maintain your local git branch updated always.
git-donkey is a tool designed to help developers keep their local git branches synchronized with the remote repository. It automates the process of searching through your local repositories & show you the updates and push help push untracked changes to the remote repo. ensuring that your local & remote branch is always up-to-date.
git-donkey.mp4
Please make sure you installed golang.
To install git-donkey, you need to have Go installed on your system. Then, follow these steps:
go install github.com/bupd/git-donkey@latest
Once installed, you can use git-donkey with the following command:
git-donkey scan
scan
command scans all of your local directories for github repos.
- Golang
- cobra cli
- gogit
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request. Please ensure that your code adheres to the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.