You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ feature: created generic commit message markdown and a helper script for it
created a markdown to reference when making commits without the cz command as well as a helper script to update the emoji and types from the gitmoji repo
If you are making a commit without using the `cz` commit or the `bun cm` or `bun cm2` scripts then these are handy to copy and used to format your commits with.
4
+
5
+
## Examples of when you would use these
6
+
7
+
* Doing a merge in Visual Studio Code and are prompted with VIM to enter a message.
8
+
* When you need to do a manual `git commit -m ""` on the CLI.
9
+
* When you are using the Visual Studio Code Source Control tab to make a commit using it's message text box.
10
+
11
+
## Scoped example
12
+
13
+
🐛 fix(scopeName): Message
14
+
15
+
## No Scope example
16
+
17
+
🐛 fix: fixing merge
18
+
19
+
## Emojis and Type names
20
+
21
+
Click the type of message you would like to use below and copy into your commit message. Remember to change teh scope to the appropriate scope of your project if you choose a scoped message.
0 commit comments