Performance improve, merging and reverting
See original GitHub issueHello @carloscuesta 😎!
Great project, I use most of them myself, in my personal projects I usually don’t leave a single commit without starting the message with a contextual emoji, it makes the log easier to read and to understand. Just wanted to share some that I use that could be helpful:
- Emoji: 🐎
- Code:
:racehorse:
- Description: Performance improvements
- Emoji: 🌵
- Code:
:cactus:
- Description: Merge commits
- Emoji: 🔙
- Code:
:back:
- Description: Revert commits
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Oracle Commerce Platform - Optimizing Merge, Revert, and Check ...
Optimizing Merge, Revert, and Check-in Performance. For merge, revert, and check-in operations that involve a large number of assets, ...
Read more >Revert "Improve performance of Search API (Advanced): commits ...
Changes that require review have been detected! A merge request is normally reviewed by both a reviewer and a maintainer in its primary...
Read more >[Question] Messed up Merge, Reverted...and now it's even ...
Now, I messed up by merging bigfeature into master instead of the other way around. Late night commit, misclicked in Gitlab, didn't properly ......
Read more >Quick tip: reverting an octopus-merge
Reverting a merge commit declares that you will never want the tree changes brought in by the merge. As a result, later merges...
Read more >Manage Git repos in Visual Studio - Microsoft Learn
Change the last commit (amend) · Merge commits (squash) · Merge and rebase branches · Copy commits (cherry-pick) · Revert changes · Reset...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @virzen feel free to submit a pull request for the rewind and merge ones 😄
The revert one is nice, but I think ⏪ (
:rewind:
) might be prettier and more coherent with existing ones (up-/downgrading dependencies).As for merging icon, it’s not clear at the first glance what the 🌵 (
:cactus:
) means, so I would rather propose 🔀 (:twisted_rightwards_arrows:
) - it’s not perfect, but it suggests interaction of two branches, it’s coherent and for merging upstream branch into downstream one it’s actually pretty accurate. Although it’s pretty inconvenient to write, it shouldn’t be an issue once the CLI tool (https://github.com/carloscuesta/gitmoji-cli) is in place.Let me know what you think. If these are fine I will gladly submit a PR. 🙂