3 个版本

0.1.2 2022年7月24日
0.1.1 2022年7月23日
0.1.0 2022年7月23日

#22 in #pull

MIT 许可证

17KB
309

stupid-git

crates.io docs.rs license

一个简单的命令行工具,用于克隆项目和更新所有项目。

  • 从 GitHub 获取所有仓库
  • 全部克隆
  • 全部拉取
    • 使用 git stash

使用方法

克隆

  1. 创建 sgit.yaml 文件
  2. 运行 sgit clonesgit pull

sgit.yaml 示例

repos:
  - https://github.com/phodal/sgit.git

自动生成仓库

通过组织生成仓库

---
organization: xxx
token: xxx
repos: []

其他

sgit
A multiple repo's git cli

USAGE:
    sgit <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    add      add a repos !! not implement
    clone    Clones repos
    gen      generate sgit by org
    help     Print this message or the help of the given subcommand(s)
    init     init sgit config
    push     pushes things

许可证

@2022 本代码在 MIT 许可证下分发。请参阅此目录中的 LICENSE

依赖

~22–37MB
~709K SLoC