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.
$ kickSee kick -help for more options.
https://github.com/mcandre/kick/releases
$ go install github.com/mcandre/kick/cmd/kick@latesthttps://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.
👟