Git Essentials Extension Pack for Visual Studio Code (GPack)
Available Commands
Activate Git Extension Pack (GPack) Config
Deactivate Git Extension Pack (GPack) Config
Note1: to run commands, press ctrl+shift+p to open the command palette, and then type the command .e.g. activate gpack then select it.
Note2: to Add Multi-Lines commit description using conventional commit's circular button, just add \n at the end the point that you want to make a new line. e.g:
Add Sign-up button \n - The button is primary blue \n - it uses variant
In the above commit we set the commit message to Add Sign-up button and add two bullet points description to it.
Here are the configurations this plugin will set for you
{
"conventionalCommits.lineBreak": "\\n"
}
Extensions Included
1- GitLens — Git supercharged - Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
2- Git File History - Modern, fast and intuitive tool for browsing the history and files in any git repository
4- Checkpoints - Checkpoints(using ctrl+alt+s) used in between commits for keeping a local short-term history of work in progress files, like bookmarks in you undo-stack.
Recommended Extension pack
ZPack is An Opinionated collection of the best and most used extensions for Web Developers in VSCode which has Better Developer Experience(DX) and load time in Mind.