Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 1002 Bytes

README.md

File metadata and controls

65 lines (50 loc) · 1002 Bytes

🎉 buy me a coffee! (go to paypal page)

GitPrefix

This can make 'Prefix Commit' easy.

IntelliJ Plugin Page

Getting Started

  1. Create GitPrefix File in your project root.
  2. Write prefix's you want to use.
  3. Commit!

.gitprefix file location can change in [File->Settings->Tools->GitPrefix]

.gitprefix sample

:bug:     BugFix
:lock:    SecurityFix // Comment
:recycle: Refactoring
:books:   Documentation

/* string prefix */
|fix:| BugFix
|doc:| Documentation

commit {
    :tada: test

    test {
        |aaa| test
    }
    ...test
}


merge {
    :art: test
    > test
}

tag {
    :+1: test
}

test {
    :tada: test
    |contruction| Working
}

UI

Editor
CommitMessage

Develop

How to use

$ git submodule update --init --recursive
$ ./gradlew sync
// write EmojiUpdate.json
$ ./gradlew updateEmoji