[go: nahoru, domu]

Skip to content

A Donkey Don to help you maintain your local git branch updated always.

License

Notifications You must be signed in to change notification settings

bupd/git-donkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-donkey 🐴

A Donkey Don to help you maintain your local git branch updated always.

Introduction:

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.

🚀 Getting started

git-donkey.mp4

Prerequisites

Please make sure you installed golang.

Installation

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

Usage

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.

💻 Technologies

  • Golang
  • cobra cli
  • gogit

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a Pull Request. Please ensure that your code adheres to the project's coding standards and includes appropriate tests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Documentations that might help

📝 How to create a Pull Request

💾 Commit pattern

About

A Donkey Don to help you maintain your local git branch updated always.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages