Skip to content

mcandre/kick

Repository files navigation

kick: git sync automator

ABOUT

kick automates a common git workflow:

  1. Stage all local changes.
  2. Commit all local changes.
  3. Pull remote changes.
  4. Push local changes.
  5. Pull and push tags.

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.

👟