kick: git sync automator
November 2, 2025 ยท View on GitHub
DEPRECATED
See https://github.com/mcandre/kickers
ABOUT
kick automates a common git workflow:
- Stage all local changes.
- Commit all local changes.
- Pull remote changes and tags.
- Push local changes.
- Push tags and changes.
EXAMPLE
$ kick
See kick -help for more options.
DOWNLOAD
https://github.com/mcandre/kick/releases
INSTALL FROM SOURCE
$ go install github.com/mcandre/kick/cmd/kick@latest
DOCUMENTATION
https://pkg.go.dev/github.com/mcandre/kick
LICENSE
BSD-2-Clause
RUNTIME REQUIREMENTS
- git 2.46.1+
CONFIGURATION
See CONFIGURATION.md.
CONTRIBUTING
For more information on developing buttery itself, see DEVELOPMENT.md.
๐