gitrs
gitrs copied to clipboard
🗂️ A simple, opinionated, tool, written in Rust, for declaratively managing Git repos on your machine.
``` ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts ``` https://stackoverflow.com/questions/13363553/git-error-host-key-verification-failed-when-connecting-to-remote-repository It's related to your host doing strict host checking
Hi, Since I saw you list some other existing art, I thought you might be interested in seeing/evaluating `git-repo-manager`: https://github.com/hakoerber/git-repo-manager
@teto gave some great feedback in https://github.com/NixOS/nixpkgs/pull/238858#issuecomment-1600786398 I did have some thoughts on autoremoval - https://github.com/mccurdyc/gitrs/blob/eef037029b4667561efecfad59055e6d5504f4a6/src/fs.rs#L37 - "`sync --archive` - archives repositories, to `$GITRS_ROOT/.archived`" But I agree there is still...
```bash $ git clone --recurse-submodules [email protected]:mccurdyc/fastly-site.git ```