kick: git sync automator

November 2, 2025 ยท View on GitHub

DEPRECATED

See https://github.com/mcandre/kickers

ABOUT

kick automates a common git workflow:

  1. Stage all local changes.
  2. Commit all local changes.
  3. Pull remote changes and tags.
  4. Push local changes.
  5. 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

CONFIGURATION

See CONFIGURATION.md.

CONTRIBUTING

For more information on developing buttery itself, see DEVELOPMENT.md.

๐Ÿ‘Ÿ