Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unique commit messages #15

Open
maltsev opened this issue Aug 5, 2021 · 3 comments
Open

Unique commit messages #15

maltsev opened this issue Aug 5, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@maltsev
Copy link

maltsev commented Aug 5, 2021

If I'm working on the same files and doing these temp commits, I guess the commit message would always be the same? It'd be awesome to add some uniqueness to commit messages to easily differentiate them. For example:

5dcc0a0 my-cool-script 👝 🌴 😠
331c87a my-cool-script 📂 👉 😜
1d7d0a4 my-cool-script 🔅 😻 🚶
bbdfb9a my-cool-script 🐅 🙉 🎣
612a7d6 my-cool-script
@maltsev maltsev added the enhancement New feature or request label Aug 5, 2021
@nikitavoloboev
Copy link
Owner

add some uniqueness to commit messages to easily differentiate them

Random emojis won't be adding any new information though, I think. Or I am missing something?

@maltsev
Copy link
Author

maltsev commented Aug 5, 2021

They'll help differentiate between commits with the same name. For example, when doing rebasing or just referring to a commit by its name.

Actually, maybe instead of random emojis, it'd be better to use ordinal numbers? So it's clear which commit has been created first.

@chapmanjacobd
Copy link

yeah incrementing numbers in parentheses if the commit message is the same as the last commit message (removing all parentheses) seems like a useful feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants