repositorypackage
0.0.2
Repository: https://github.com/zqkgo/git-auto-push.git
Documentation: pkg.go.dev
# README
Automatically commit and push to github repositories.
🔨 How to use
git clone https://github.com/zqkgo/git-auto-push
- customize
config.json
- run
./run.sh
- check log periodically
tail -f git-auto-push.log
Or you can download the released binaries directly.
mkdir git-auto-push
cd git-auto-push
wget -O git-auto-push https://github.com/zqkgo/git-auto-push/releases/download/v0.0.1/macos_git-auto-push
chmod +x git-auto-push
touch config.json
./git-auto-push
Remember customize your config file and happy syncing 🤘