gitmover/README.md

20 lines
326 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GitMover
Git 仓库拆分助手
## 用途
用于将一个文件夹提到另一个文件夹的拆分操作,并保留提交记录
例如把 `src/something` 内所有文件转移到 `src`
## 使用
更新以下常量:
```python
PATH = 仓库路径
SRC = 源路径 src/something
DIST = 目标 src
```