Reputation: 2566
What exactly means this (q)
right after sha number in my git log? I use this shortcut in .gitconfig
:
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
And typing git lol
gives a line: * 068533d (q)
+ short description
Upvotes: 0
Views: 108
Reputation: 56
I suppose it's a branch name. Can you check if you have branch named q
when you execute git branch
?
Upvotes: 4