Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 945 Bytes

INTEGRATIONS.md

File metadata and controls

34 lines (20 loc) · 945 Bytes

Integrations

There are various ways to make inserting emojis easier.

OSX

You can pull up the emoji keyboard by hitting ^++space

Windows 10

Right click on your taskbar and enable "show touch keyboard button". Click on the keyboard that is next to your taskbar clock. Click on the smile face to find and insert emoji.

Atom Editor

Install package for autocomplete-emojis.

Atom can also help with using emoji in commit message by installing git-plus

Sublime Text

Install package for GithubEmoji.

npm

Create an .npmrc file and set the message value.

message = ":bookmark: %s"

SourceTree

Not currently available. Vote for this issue to ask for it.