Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)