|
@@ -1,6 +1,6 @@
|
|
|
# auto_commit
|
|
|
|
|
|
-批量git commit,push/pull代码,实现多项目版本管理
|
|
|
+批量 git commit,push/pull 代码,实现多项目版本管理
|
|
|
|
|
|
```
|
|
|
auto_commit commit --path <curpath>
|
|
@@ -10,6 +10,8 @@ auto_commit check --path <curpath>
|
|
|
|
|
|
## License
|
|
|
|
|
|
+[Apache License 2.0](LICENSE)
|
|
|
+
|
|
|
## Reference
|
|
|
|
|
|
- [lyq/checkGitStatus](https://git.yoqi.me/lyq/checkGitStatus)
|