https://github.com/mcandre/kick
git sync automator
https://github.com/mcandre/kick
Last synced: 3 months ago
JSON representation
git sync automator
- Host: GitHub
- URL: https://github.com/mcandre/kick
- Owner: mcandre
- License: other
- Created: 2025-03-18T19:08:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-01T00:27:56.000Z (9 months ago)
- Last Synced: 2025-10-01T02:38:44.586Z (9 months ago)
- Language: Go
- Size: 3.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - kick - git sync automator. (<a name="git"></a>Git and accessories)
- awesome-cli-apps - kick - git sync automator. (<a name="git"></a>Git and accessories)
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).
👟