-
-
Save PanupongDeve/477e5cf525d3c55fc48855b5142d59eb to your computer and use it in GitHub Desktop.
git commit template and short word
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [alias] | |
| st = status | |
| ci = commit | |
| br = branch | |
| co = checkout | |
| p = push origin | |
| cap = "!f() { git commit -m \"$@\"; }; f" | |
| int = "!f() { git cap \"π initial commit $1 $2\"; }; f" | |
| addfeature ="!f() { git cap \"π implementing a new feature $1 $2\"; }; f"; | |
| con = "!f() { git cap \"π§ work in progress $1 $2\"; }; f"; | |
| conf ="!f() { git cap \"π§ Add or update configuration files. $1 $2\"; }; f"; | |
| new = "!f() { git cap \" β Experiment new things$ 1 $2\"; }; f"; | |
| speark = "!f() { git cap \" β¨ Introduce new features $1 $2\"; }; f"; | |
| art = "!f() { git cap \" π¨ format of the code $1 $2\"; }; f"; | |
| ref = "!f() { git cap \" β»οΈ refactory code $1 $2\"; }; f"; | |
| move = "!f() { git cap \" π move file $1 $2\"; }; f"; | |
| break = "!f() { git cap \" π₯ braking changes $1 $2\"; }; f"; | |
| fire = "!f() { git cap \" π₯ remove file $1 $2\"; }; f"; | |
| cri = "!f() { git cap \" π critical hotfix $1 $2\"; }; f"; | |
| fix = "!f() { git cap \" π¨ fixing a bug or issue $1 $2\"; }; f"; | |
| asset = "!f() { git cap \" π± add or update assets $1 $2\"; }; f"; | |
| database = "!f() { git cap \" π database changes $1 $2\"; }; f"; | |
| rmlog = "!f() { git cap \" π remove log $1 $2\"; }; f"; | |
| seeder ="!f() { git cap \" π± update or changes seeder daabase $1 $2\"; }; f"; | |
| compile ="!f() { git cap \" π¦ Add or update compiled files or packages $1 $2\"; }; f"; | |
| comment = "!f() { git cap \" π‘π¬ add good comment $1 $2\"; }; f"; | |
| doc = "!f() { git cap \" π write docs $1 $2\"; }; f"; | |
| pin = "!f() { git cap \" ππ·οΈ specific version $1 $2\"; }; f"; | |
| bookmark = "!f() { git cap \" π version tags $1 $2\"; }; f"; | |
| test = "!f() { git cap \" β Add or update tests. $1 $2\"; }; f"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # general main coding | |
| π:tada: [init]initial commit π | |
| π:rocket:[Add] when implementing a new feature | |
| π§:construction:[WIP] work in progress | |
| β:alembic:[NewThing] Experiment new things | |
| β¨:sparkles:[IntroAdd] Introduce new features. | |
| # architect | |
| π¨:art:[Format] when format of the code | |
| β»οΈ:recycle:[Ref] when refactory code | |
| π:truck:[Move] move file | |
| π:building_construction:[Architect] Make architectural changes. | |
| # bug, breaking changes, issue | |
| π₯:boom:[Break] braking changes | |
| π₯ :fire: [RemoveFile] remove file | |
| π¨:hammer:[Fix] when fixing a bug or issue | |
| π :ambulance: [Critical]critical hotfix. | |
| # update, change | |
| π±:bento:[Asset] add or update assets | |
| π:card_file_box:[Database] database changes | |
| π:mute: [Log] remove log | |
| π±:seedling: [Seeder] update or changes seeder daabase | |
| π¦:package:[Compile] Add or update compiled files or packages. | |
| # comment | |
| π‘π¬:bulb::speech_balloon:[Comment] add good comment | |
| π:pencil:[Doc] write docs | |
| # release version | |
| ππ·οΈ :pushpin::label: [Pin] when specific version | |
| π :pushpin: [Bookmark] version tags | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment