question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Performance improve, merging and reverting

See original GitHub issue

Hello @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:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
carloscuestacommented, Nov 20, 2016

Hey @virzen feel free to submit a pull request for the rewind and merge ones 😄

1reaction
virzencommented, Nov 18, 2016

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. 🙂

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found