UNPKG

use-multiple-gits

Version:

CLI tool to manage multiple git configurations (user.name, user.email, SSH keys) with easy switching between identities

3 lines 201 B
import { GitConfig } from '../types'; export declare const generateSwitchScript: (config: GitConfig, shell?: "zsh" | "bash" | "powershell") => string; //# sourceMappingURL=shellScriptGenerator.d.ts.map