Skip to content

A CLI tool to check if your Git repository's local main branch is behind its remote counterpart, prompting you to update with a simple git pull command.

License

Notifications You must be signed in to change notification settings

danny-molnar/gitorchk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitorchk

Gitorchk is a command-line tool written in Go to help you stay up-to-date with changes in your Git repository. It checks if your local main branch is behind the remote main branch and prompts you to take action if updates are available.

Installation

To install Gitorchk, you can use go get:

go get github.com/danny-molnar/gitorchk

Ensure your Go environment is set up properly and your $GOPATH/bin directory is in your system's PATH.

Usage

Run Gitorchk in your Git repository directory:

gitorchk

If your local main branch is behind the remote main branch, Gitorchk will prompt you to take action to update your repository.

Features

  • Check if local main branch is behind remote main branch.
  • Prompt user to take action if updates are available.

Contributing

Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A CLI tool to check if your Git repository's local main branch is behind its remote counterpart, prompting you to update with a simple git pull command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages