Skip to content

kio44444444/github-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git 同步工具

方便大家用于公司和家里切换电脑,而连续编辑代码用。

跨端代码同步利器 - 为在公司与家之间切换的开发者打造

快速开始

Windows

双击 start_sync.bat 即可启动

Linux/Mac

chmod +x start_sync.sh
./start_sync.sh

手动启动

  1. 安装依赖:
pip install streamlit
  1. 启动:
streamlit run sync.py

配置远程仓库

在你的项目目录下执行:

git remote add origin https://github.com/你的用户名/你的仓库.git
git branch -M main
git push -u origin main

功能说明

功能 说明
📥 上班准备 从 GitHub 拉取最新代码
📤 下班交接 把今天的改动推送到 GitHub
📍 位置标记 提交信息自动标记 Office/Home
⚠️ 冲突预警 远程有更新时提醒先拉取
💻 命令回显 实时显示底层 Git 命令

About

方便大家用于公司和家里切换电脑,而连续编辑代码用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors