Git
gitDistributed version control, built for speed and cheap branching.
Distributed version control, built for speed and cheap branching.
Otty extracts these into your secret store instead of syncing the files. Every generated manager config below leaves them out too.
signingkey[user] name = Octo Cat email = octocat@example.com signingkey = 3AA5C34371567BD2machine-local [commit] gpgsign = trueOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
signingkey rebase = true [user] signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFAKE0000000000000000000000000000000000000machine-local [credential] helper = /usr/local/bin/git-credential-managerOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
helper gpgsign = true [credential] helper = osxkeychainmachine-local [init] defaultBranch = mainOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
helper signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFAKE0000000000000000000000000000000000000 [credential] helper = /usr/local/bin/git-credential-managermachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. Git writes no caches or state in your home directory.
signingkey[user] name = Octo Cat email = octocat@example.com signingkey = 3AA5C34371567BD2machine-local [commit] gpgsign = trueEach machine keeps its own copy of these.
helper gpgsign = true [credential] helper = osxkeychainmachine-local [init] defaultBranch = mainEach machine keeps its own copy of these.
signingkey rebase = true [user] signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFAKE0000000000000000000000000000000000000machine-local [credential] helper = /usr/local/bin/git-credential-managerEach machine keeps its own copy of these.
helper signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFAKE0000000000000000000000000000000000000 [credential] helper = /usr/local/bin/git-credential-managermachine-localEach machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/git. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these keeps all credential files out. None of them splits signingkey and signingkey for you — that part is Otty’s own sync, or a template you write by hand.