{"id":13448321,"url":"https://github.com/kemayo/sublime-text-git","last_synced_at":"2025-05-14T19:05:18.871Z","repository":{"id":1729110,"uuid":"2469037","full_name":"kemayo/sublime-text-git","owner":"kemayo","description":"Plugin for some git integration into sublime text","archived":false,"fork":false,"pushed_at":"2024-06-13T13:50:27.000Z","size":423,"stargazers_count":2825,"open_issues_count":209,"forks_count":390,"subscribers_count":107,"default_branch":"master","last_synced_at":"2025-04-06T07:04:49.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"burnash/gspread","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kemayo.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2011-09-27T16:47:23.000Z","updated_at":"2025-04-05T17:02:08.000Z","dependencies_parsed_at":"2024-10-28T13:06:18.837Z","dependency_job_id":"41ed8d00-a8c0-41cd-ba4b-038ecaecc9f5","html_url":"https://github.com/kemayo/sublime-text-git","commit_stats":{"total_commits":397,"total_committers":91,"mean_commits":4.362637362637362,"dds":0.6246851385390428,"last_synced_commit":"f649fe4ba657ce9c132cadb91f97c6f8d98834c2"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemayo%2Fsublime-text-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemayo%2Fsublime-text-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemayo%2Fsublime-text-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemayo%2Fsublime-text-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kemayo","download_url":"https://codeload.github.com/kemayo/sublime-text-git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703194,"owners_count":21148116,"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":[],"created_at":"2024-07-31T05:01:42.064Z","updated_at":"2025-04-13T10:56:20.202Z","avatar_url":"https://github.com/kemayo.png","language":"Python","readme":"[![Build Status](https://travis-ci.org/kemayo/sublime-text-git.svg?branch=master)](https://travis-ci.org/kemayo/sublime-text-git)\n# Sublime Text plugin: git\n\nGit integration: it's pretty handy. Who knew, right?\n\nFor more information about what's supported, and how to install this, [check the wiki](https://github.com/kemayo/sublime-text-git/wiki).\n\n## Install\n\n### Package Control\n\nThe easiest way to install this is with [Package Control](http://wbond.net/sublime\\_packages/package\\_control).\n\n * If you just went and installed Package Control, you probably need to restart Sublime Text before doing this next bit.\n * Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).\n * Select \"Package Control: Install Package\" (it'll take a few seconds)\n * Select Git when the list appears.\n\nPackage Control will automatically keep Git up to date with the latest version.\n\n### Basic Usage\n\n * Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).\n * Start typing \"Git\" and select one of the recommended commands.\n\n### The rest\n\nIf you don't want to use Package Control, [check the wiki](https://github.com/kemayo/sublime-text-git/wiki) for other installation methods on various platforms.\n\n## Troubleshooting\n\nThis package works by running commands as your system `git`. As such, if you have problems with this package, first make sure that git is installed and configured correctly on your system.\n\nYou may want to make sure that the `git` binary this plugin is using is the correct one, if you have multiple ones installed. Most git installation guides will be happy to walk you through configuring your system `$PATH` appropriately.\n\nIf necessary, set the `git_command` plugin preference to tell us where to look.\n\n### `fatal: unable to auto-detect email address`\n\nGit isn't configured properly. Tell it who you are, by opening a command prompt and doing this:\n\n    git config --global user.email \"you@example.com\"\n    git config --global user.name \"Your Name\"\n\nIf you've done this and it's still complaining, you probably have multiple copies of git on your system which have different configuration locations, and the one which runs on your command line isn't the one which the shell `$PATH` exposes to Sublime Text.\n\n### `fatal: could not read Username for 'https://github.com': Device not configured`\n\nGit isn't configured to use a system-level ssh-agent, and so it's asking you for a username and password when you try to push / pull. The plugin doesn't know how to ask you for this information.\n\n[Set up a ssh-agent](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#adding-your-ssh-key-to-the-ssh-agent) and this will stop happening.\n\n## Acknowledgements\n\nThis package contains:\n\n* [Sublime Text git Commit Message Syntax](https://github.com/adambullmer/sublime_git_commit_syntax) by [Adam Bullmer](https://github.com/adambullmer).\n","funding_links":[],"categories":["Python","Editors","Packages"],"sub_categories":["Sublime Text 3","Git Integrations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemayo%2Fsublime-text-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkemayo%2Fsublime-text-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemayo%2Fsublime-text-git/lists"}