Crates.io | kamino |
lib.rs | kamino |
version | 1.1.1 |
source | src |
created_at | 2022-08-31 19:04:09.019195 |
updated_at | 2022-10-14 02:29:41.014763 |
description | Help manage a bunch of git repo clones by ensuring they are in sync with the remote. |
homepage | |
repository | https://github.com/schteve/kamino |
max_upload_size | |
id | 655871 |
size | 61,094 |
kamino
helps manage a bunch of git repo clones. Specifically, it helps when you are working on repos on multiple
machines which which you keep in sync with the same remote server.
It tells you which repos aren't in sync with the remote:
.githooks
(if present) match the ones in .git/hooks
(maybe you forgot to install / update a hook? maybe you have an active hook that should go into the repo?). This only checks the working copy and ignores .sample
files.The binary program doesn't actually fix any of the above conditions, because it doesn't know what you want to do about it. It just tells you in case you want to do something. Note that to check local vs remote it performs a fetch.
kamino
scans for git repos within the directory you provide. Currently, this is a shallow scan that only looks one layer deep.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.