# push_all **Repository Path**: svtter/push_all ## Basic Information - **Project Name**: push_all - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-21 - **Last Updated**: 2023-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Push All > This project is generated by cookiecutter. 现在有很多 app 基于 git 进行文件同步。云盘容易造成文件冲突等问题,因此采用 git 进行文件同步,能够较好的解决文件冲突的问题。 ## Installation - `poetry install` - create link to ${workspace}/src/main.py ## Config Example ```json { "repos": [ { "path": "/Users/xiuhao/Work/logseq-database" } ] } ```