{"id":27415448,"url":"https://github.com/florianhegele/git-switch","last_synced_at":"2026-05-04T01:35:12.732Z","repository":{"id":287743352,"uuid":"965658050","full_name":"FlorianHegele/git-switch","owner":"FlorianHegele","description":"A simple and efficient tool to easily manage multiple Git accounts per project","archived":false,"fork":false,"pushed_at":"2025-04-13T16:40:57.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T17:39:45.354Z","etag":null,"topics":["account","easy","git","github","gitlab","manager","profile"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlorianHegele.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-13T16:35:11.000Z","updated_at":"2025-04-13T16:42:36.000Z","dependencies_parsed_at":"2025-04-13T17:49:52.211Z","dependency_job_id":null,"html_url":"https://github.com/FlorianHegele/git-switch","commit_stats":null,"previous_names":["florianhegele/git-switch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianHegele%2Fgit-switch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianHegele%2Fgit-switch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianHegele%2Fgit-switch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianHegele%2Fgit-switch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianHegele","download_url":"https://codeload.github.com/FlorianHegele/git-switch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248853234,"owners_count":21172084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["account","easy","git","github","gitlab","manager","profile"],"created_at":"2025-04-14T09:26:44.692Z","updated_at":"2026-05-04T01:35:12.683Z","avatar_url":"https://github.com/FlorianHegele.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-switch\n\nA simple and efficient tool to easily manage multiple Git accounts per project.\n\n## Description\n\n`git-switch` allows you to quickly switch between different Git accounts (username, email, GPG key) based on your projects. Ideal for developers who work with multiple Git accounts (personal, professional, open-source, etc.) and want to avoid configuration errors.\n\n## Features\n\n- Management of multiple Git profiles (name, email, GPG key)\n- Per-project configuration\n- Easy installation and uninstallation\n\n## Installation\n\nAfter cloning this repository, simply run:\n\n```bash\nchmod +x ./install.sh\nsudo ./install.sh\n```\n\n## Usage Examples\n\n```bash\n# Add a new account\ngit-switch -a personal\n\n# List all available accounts\ngit-switch -l\n\n# Use a specific account for the current project\ngit-switch -u professional\n\n# Display help\ngit-switch -h\n```\n\n## Configuration\n\nAccounts are stored in `~/.config/git-switch/account/*.conf`\n\n### Checking the active configuration\n\nTo check the active Git configuration in a project:\n\n```bash\ngit config user.name\ngit config user.email\ngit config user.signingkey\n```\n\n## Uninstallation\n\nTo uninstall git-switch from the system:\n\n```bash\nchmod +x ./uninstall.sh\nsudo ./uninstall.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianhegele%2Fgit-switch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianhegele%2Fgit-switch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianhegele%2Fgit-switch/lists"}