Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.08 KB

"gitmoji" snippets package for Visual Studio Code

Inspired by gitmoji

This extension helps you to add emoji on your commit messages. Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used.

demo

Getting started (MacOS)

  1. Set up VS Code to run from the terminal

  2. Make VS Code your default editor for Git

    Put this in your .gitconfig file :

    [core]
      editor = code -w
    
  3. Install the extension

  4. Commit something and start typing gm for emoji (see all prefixes here)

  5. Enjoy!

Frequently asked question

  • Why using Visual Studio Code for commit messages?
    • Why not! 🙃

Credits: Carlos Cuesta