{"id":14070618,"url":"https://github.com/mbinic/vscode-tgit","last_synced_at":"2025-07-30T08:31:12.023Z","repository":{"id":51342738,"uuid":"71048714","full_name":"mbinic/vscode-tgit","owner":"mbinic","description":"TortoiseGit commands for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2023-04-27T14:04:29.000Z","size":111,"stargazers_count":9,"open_issues_count":4,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-13T07:18:11.746Z","etag":null,"topics":["command-palette","git","keyboard-shortcuts","tortoisegit","visual-studio-code"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbinic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-10-16T12:23:43.000Z","updated_at":"2022-07-31T22:03:08.000Z","dependencies_parsed_at":"2024-08-13T07:17:31.379Z","dependency_job_id":null,"html_url":"https://github.com/mbinic/vscode-tgit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbinic%2Fvscode-tgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbinic%2Fvscode-tgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbinic%2Fvscode-tgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbinic%2Fvscode-tgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbinic","download_url":"https://codeload.github.com/mbinic/vscode-tgit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228110645,"owners_count":17871208,"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":["command-palette","git","keyboard-shortcuts","tortoisegit","visual-studio-code"],"created_at":"2024-08-13T07:07:57.271Z","updated_at":"2024-12-04T12:31:48.338Z","avatar_url":"https://github.com/mbinic.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# TortoiseGit commands for Visual Studio Code\n\n## Introduction\n\nInspired by the [TortoiseGit Toolbar Visual Studio extension](https://github.com/MRCollective/TortoiseGitToolbar), this extension provides commands for launching common TortoiseGit dialogs from within Visual Studio Code.\n\nYou can execute these commands either by searching for `TGit` in the Command Palette (`Ctrl+Shift+P`), or via keyboard shortcuts.\n\n## Default shortcuts\n\nGlobal shortcuts:\n\n* `(G)it (C)ommit` - Ctrl+G, Ctrl+C\n* `(G)it (F)etch` - Ctrl+G, Ctrl+F\n* `(G)it (L)og` - Ctrl+G, Ctrl+L\n* `(G)it (M)erge` - Ctrl+G, Ctrl+M\n* `(G)it (P)ull` - Ctrl+G, Ctrl+P\n* `(G)it P(u)sh` - Ctrl+G, Ctrl+U\n* `(G)it (R)ebase` - Ctrl+G, Ctrl+R\n* `(G)it Re(v)ert` - Ctrl+G, Ctrl+V\n* `(G)it Stash-L(i)st` - Ctrl+G, Ctrl+I\n* `(G)it Stash-P(o)p` - Ctrl+G, Ctrl+O\n* `(G)it Stash-S(a)ve` - Ctrl+G, Ctrl+A\n* `(G)it (S)witch` - Ctrl+G, Ctrl+S\n* `(G)it S(y)nc` - Ctrl+S, Ctrl+Y\n* `(G)it Clea(n)up` - Ctrl+G, Ctrl+N\n* `(G)it Repository (D)iff` - Ctrl+G, Ctrl+D\n\nCurrent file shortcuts:\n\n* `(G)it R(e)solve` - Ctrl+G, Ctrl+E\n* `(G)it File (L)og` - Ctrl+Shift+Alt+G, Ctrl+Shift+Alt+L\n* `(G)it File (B)lame` - Ctrl+Shift+Alt+G, Ctrl+Shift+Alt+B\n* `(G)it File (D)iff` - Ctrl+Shift+Alt+G, Ctrl+Shift+Alt+D\n\nBisect commands are also available, but with no preset shortcuts.\n\n**To customize shortcuts go to File -\u003e Preferences -\u003e Keyboard Shortcuts.**\n\n### Shortcut conflicts\n\nSince the default shortcuts will make Ctrl+G (Go To Line) inaccessible, you can change them, or just change the one for \"Go To Line\" to be e.g. Ctrl+G, Ctrl+G:\n```javascript\n{ \"key\": \"Ctrl+g Ctrl+g\", \"command\": \"workbench.action.gotoLine\" }\n```\n\n## Extension Settings\n\nThis extension contributes the `tgit.launcherPath` setting, specifying the full path to `TortoiseGitProc.exe`.\nIt is set to the default installation path of TortoiseGit, so you might need to adjust it if you installed elsewhere.\n\n---\n\n## Running the code\n* run `npm install` in the checkout directory to install dependencies\n* press `F5` to open a new VSCode window with the extension loaded\n* run a command from the command palette by pressing `Ctrl+Shift+P` and typing `tgit`\n* set breakpoints inside `src/extension.ts` to debug the extension\n* find output from the extension in the debug console\n* you can relaunch the extension from the debug toolbar after changing code in `src/extension.ts`\n* you can also use `Ctrl+R` to reload the VS Code window with the extension to load any changes\n\n---\n\n**Here's to productivity!**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbinic%2Fvscode-tgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbinic%2Fvscode-tgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbinic%2Fvscode-tgit/lists"}