Crates.io | sgit |
lib.rs | sgit |
version | 0.1.2 |
source | src |
created_at | 2022-07-23 13:19:38.947423 |
updated_at | 2022-07-24 05:28:01.547762 |
description | stupid git in a tool |
homepage | https://github.com/phodal/sgit |
repository | https://github.com/phodal/sgit |
max_upload_size | |
id | 631401 |
size | 56,345 |
A simple cli to clone projects and update all projects.
git stash
sgit.yaml
filesgit clone
or sgit pull
sample of sgit.yaml
repos:
- https://github.com/phodal/sgit.git
generate repos by orgs:
---
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 This code is distributed under the MIT license. See LICENSE
in this directory.