/auto_push

监听文件修改,自动同步本地到远程仓库的脚本。

Primary LanguagePythonApache License 2.0Apache-2.0

auto_push

监听文件修改,自动同步本地到远程仓库的脚本。

Usage

copy到想要监听的目录, 运行脚本

  • python 需要安装对应的python环境3.7+
//安装依赖
pip3 install -r requirements.txt

python3 auto_push.py
  • shell 支持linux/macos
chmod 777 auto_push.sh
./auto_push.sh

随意修改文件保存, 即可享受自动同步.