Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugatoray/vscode-git-extension-pack
VS Code Git Extensions Pack
https://github.com/sugatoray/vscode-git-extension-pack
extension extension-pack git git-blame git-commit git-history gitignore vscode vscode-extension
Last synced: about 1 month ago
JSON representation
VS Code Git Extensions Pack
- Host: GitHub
- URL: https://github.com/sugatoray/vscode-git-extension-pack
- Owner: sugatoray
- License: mit
- Created: 2022-12-07T23:48:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T21:00:09.000Z (6 months ago)
- Last Synced: 2024-06-16T22:20:25.629Z (6 months ago)
- Topics: extension, extension-pack, git, git-blame, git-commit, git-history, gitignore, vscode, vscode-extension
- Language: Makefile
- Homepage: https://marketplace.visualstudio.com/items?itemName=sugatoray.vscode-git-extension-pack
- Size: 596 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[#vsce-marketplace-url]: https://marketplace.visualstudio.com/items?itemName=sugatoray.vscode-git-extension-pack
# VS Code Git Extension Pack
This extension pack packages some of the most popular (and some of my favorite) Git extensions.
## Extensions Included
| SL# | Extension |
|:---:|:---|
| `01` | π [GitLens β Git supercharged](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
- Supercharge Git within VS Code β Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more.
| `02` | π [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)
- View git log, file history, compare branches or commits.
| `03` | π [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)
- View a Git Graph of your repository, and perform Git actions from the graph.
| `04` | π [Git File History](https://marketplace.visualstudio.com/items?itemName=pomber.git-file-history)
- Modern, fast and intuitive tool for browsing the history and files in any git repository.
| `05` | π [gitignore](https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore)
- Lets you pull .gitignore templates from the https://github.com/github/gitignore repository. Language support for .gitignore files.
| `06` | π [Git Blame](https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame)
- See git blame information in the status bar.
| `07` | π [Git History Diff](https://marketplace.visualstudio.com/items?itemName=huizhou.githd)
- View git history. View diff of committed files. View git blame info. View stash details.
| `08` | π [Commit Message Editor](https://marketplace.visualstudio.com/items?itemName=adam-bender.commit-message-editor)
- Edit commit messages in a convenient way.
| `09` | π [Conventional Commits](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits)
- π¬Conventional Commits for VSCode.
| `10` | π [GitHub Theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)
- GitHub theme for VS Code.
| `11` | π [Git Cheatsheet](https://marketplace.visualstudio.com/items?itemName=dzhavat.git-cheatsheet)
- Open a Git Cheatsheet directly in VS Code.
| `12` | π [Git Temporal](https://marketplace.visualstudio.com/items?itemName=bee.git-temporal-vscode)
- Git Temporal - all about time and time travel.
| `13` | π [Git Branch Warnings](https://marketplace.visualstudio.com/items?itemName=teledemic.branch-warnings)
- Warn when you're on the wrong Git branch, like MAIN.
| `14` | π [Emoji Log](https://marketplace.visualstudio.com/items?itemName=ahmadawais.emoji-log-vscode)
- Emoji-Log β An Emoji Git commit log messages spec standard. [ π¦πππππ€ βΌοΈ ].
| `15` | π [Git Stash](https://marketplace.visualstudio.com/items?itemName=arturock.gitstash)
- Give extra stash abilities to Code. Visually browse stashes, review and extract changes. Get all stash commands and more.
| `16` | π [Git Merger](https://marketplace.visualstudio.com/items?itemName=shaharkazaz.git-merger)
- Simplifies the git merge process.
## Want to see your extension added?
Open a PR and I'd be happy to take a look.
__Enjoy!__ π β¨ π
## Installation
The easiest way to install is directly from within VS Code (search extensions for `sugatoray.vscode-git-extension-pack`).
You can also install from the [VS Code Extension Marketplace][#vsce-marketplace-url], the [Open VSX Registry][#ovsx-registry] or directly from a [VISX extension file][#vsix-install].
[#ovsx-registry]: https://open-vsx.org/extension/sugatoray/vscode-git-extension-pack
[#vsix-install]: https://marketplace.visualstudio.com/items?itemName=sugatoray.vscode-git-extension-pack#visx-install
## β¨ Author Information
You can follow me (Sugato Ray) here.
* LinkedIn: [@sugatoray](https://www.linkedin.com/in/sugatoray/)
* Twitter: [@sugatoray](https://twitter.com/sugatoray)
* GitHub: [@sugatoray](https://github.com/sugatoray)