Is there a way to group commits in Git?? I had a story to create a user. I created, file by file and committed each file individually. And pushed it to the github repo. Now I want to group all the previous commits, say under the label "User Creation" so that I can refer to all of them all together.
I don't want to collate so squash doesn't work.
This SO question has similar requirements, but while naming the commits, the OP had used @some_label. I haven't used any such label too.
Is there any way to do this. If yes, how?