kick
automates a common git workflow:
- Stage all local changes.
- Commit all local changes.
- Pull remote changes.
- Push local changes.
- Pull and push tags.
$ kick
See kick -help
for more options.
https://github.com/mcandre/kick/releases
$ go install github.com/mcandre/kick/cmd/kick@latest
https://pkg.go.dev/github.com/mcandre/kick
BSD-2-Clause
- git 2.46.1+
See CONFIGURATION.md.
For more information on developing buttery itself, see DEVELOPMENT.md.
👟