Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| ➜ P3-E-Commerce git:(main) ✗ docker-compose up --build | |
| Building backend | |
| Step 1/11 : FROM maven:3.8.5-openjdk-8 AS MAVEN_BUILD_STAGE | |
| ---> 3d6a1288d2b9 | |
| Step 2/11 : COPY ./ ./ | |
| ---> Using cache | |
| ---> 8d14939ada9b | |
| Step 3/11 : ARG DB_PLATFORM=org.hibernate.dialect.H2Dialect | |
| ---> Using cache | |
| ---> a5cc62173501 |
| ➜ P3-E-Commerce git:(main) ✗ docker-compose up --build | |
| Building backend | |
| Step 1/11 : FROM maven:3.8.5-openjdk-8 AS MAVEN_BUILD_STAGE | |
| ---> 3d6a1288d2b9 | |
| Step 2/11 : COPY ./ ./ | |
| ---> Using cache | |
| ---> 491b393b7e23 | |
| Step 3/11 : ARG DB_PLATFORM=org.hibernate.dialect.H2Dialect | |
| ---> Using cache | |
| ---> ed037c80ab93 |
| ## Web Scrapping | |
| - https://subdomainfinder.c99.nl | |
| ## Fin Support | |
| - https://dashboard.stripe.com | |
| - https://www.patreon.com/chrisbarnes2000 |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
If you can’t find the bug, you’re looking in the wrong place. Go back to where it last worked. Contain the bug. Look for the bug in a new place, time, or format. Be responsible for the code. Learn from the bug.