Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🎉 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
You can’t perform that action at this time.