An open API service indexing awesome lists of open source software.

https://github.com/mcandre/kick

git sync automator
https://github.com/mcandre/kick

Last synced: 3 months ago
JSON representation

git sync automator

Awesome Lists containing this project

README

          

# kick: git sync automator

# 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

```console
$ kick
```

See `kick -help` for more options.

# DOWNLOAD

https://github.com/mcandre/kick/releases

# INSTALL FROM SOURCE

```console
$ 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](https://git-scm.com/) 2.46.1+

# CONFIGURATION

See [CONFIGURATION.md](CONFIGURATION.md).

# CONTRIBUTING

For more information on developing buttery itself, see [DEVELOPMENT.md](DEVELOPMENT.md).

👟