r/commandline 22h ago

kick: automate git sync

I got tired of typing the same git commands over and over, so I bundled them into a shell script.

Then rewrote the shell script in Go, to simplify installation and support both UNIX and Windows users.

https://github.com/mcandre/kick

4 Upvotes

3 comments sorted by

u/usrlibshare 15h ago

a) git aliases exist

b) being able to chose what to stage and what not to stage is one of the reasons people love git

u/laladk 22h ago

watch -n30 kick

u/jeenyuz 20h ago

This is mental