add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# gitwatch
> 自动将文件或目录的更改提交到 Git 仓库。
> 更多信息:<https://github.com/gitwatch/gitwatch>。
- 自动提交对文件或目录所做的任何更改:
`gitwatch {{path/to/file_or_directory}}`
- 自动提交更改并将其推送到远程仓库:
`gitwatch -r {{remote_name}} {{path/to/file_or_directory}}`
- 自动提交更改并将其推送到远程仓库的特定分支:
`gitwatch -r {{remote_name}} -b {{branch_name}} {{path/to/file_or_directory}}`