{"id":26210016,"url":"https://github.com/shivam-n-patel/gitgithubsshconfiguration","last_synced_at":"2026-05-04T00:31:12.742Z","repository":{"id":281786396,"uuid":"946421280","full_name":"shivam-n-patel/GitGithubSSHConfiguration","owner":"shivam-n-patel","description":"Easily configure SSH settings for managing multiple Git accounts on a single device. This setup is useful for handling personal and work GitHub accounts or different repositories seamlessly.","archived":false,"fork":false,"pushed_at":"2025-03-11T07:01:10.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T08:19:07.468Z","etag":null,"topics":["clone","git","github-config","init","linux","macos","push","ssh","ssh-key","windows"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivam-n-patel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-03-11T05:38:33.000Z","updated_at":"2025-03-11T07:03:51.000Z","dependencies_parsed_at":"2025-03-11T08:19:09.038Z","dependency_job_id":"d591c182-b24b-420f-90be-3628d70e9a4e","html_url":"https://github.com/shivam-n-patel/GitGithubSSHConfiguration","commit_stats":null,"previous_names":["shivam-n-patel/sshconfiguration","shivam-n-patel/gitgithubsshconfiguration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-n-patel%2FGitGithubSSHConfiguration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-n-patel%2FGitGithubSSHConfiguration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-n-patel%2FGitGithubSSHConfiguration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam-n-patel%2FGitGithubSSHConfiguration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivam-n-patel","download_url":"https://codeload.github.com/shivam-n-patel/GitGithubSSHConfiguration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172260,"owners_count":20247912,"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":["clone","git","github-config","init","linux","macos","push","ssh","ssh-key","windows"],"created_at":"2025-03-12T07:18:47.623Z","updated_at":"2026-05-04T00:31:12.477Z","avatar_url":"https://github.com/shivam-n-patel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git SSH Configuration Setup\n\nEasily configure SSH settings for managing multiple Git accounts on a single device. This setup is useful for handling personal and work GitHub accounts or different repositories seamlessly.\n\n## 📌 Setup Instructions\n\n1. **[Windows Users](https://github.com/shivam-n-patel/SSHConfiguration/tree/main/windows):** Follow the steps in the `Windows` folder.\n2. **[Mac/Linux Users](https://github.com/shivam-n-patel/SSHConfiguration/blob/main/mac%20or%20linux/ssh-setup.md):** Follow the steps in the `Mac-Linux` folder.\n\nChoose the appropriate guide based on your operating system and configure Git SSH effortlessly.\n\n---\n\n## 🚀 Using SSH with Git\n\n### 🔹 Cloning a Repository Using SSH\n```sh\ngit clone git@\u003cgithub-username\u003e:\u003cgithub-username\u003e/your-repository.git\n```\n\n### 🔹 Initializing a New Repository and Adding SSH Remote\n```sh\ngit init\ngit add .\ngit commit -m \"first commit\"\n```\n\n```sh\n// The above commit command might prompt you to do the following 2 commands (to be done only once per repo)\n// if not prompted skip these commands\ngit config user.email \"github-email-id\"\ngit config user.name \"github-user-name\"\n```\n\n```sh\ngit branch -M main\n```\n\nAdd SSH remote:\n```sh\ngit remote add origin git@\u003cgithub-username\u003e:\u003cgithub-username\u003e/your-repository.git\ngit push -u origin main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam-n-patel%2Fgitgithubsshconfiguration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivam-n-patel%2Fgitgithubsshconfiguration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam-n-patel%2Fgitgithubsshconfiguration/lists"}