I do some commit on my local. but after that I realised I forget to add some files in my first commit so I use git reset --hard HEAD~4
many times likes HEAD~3 and ~1.
After that when I check my git status
its look like
0001-basic-info-change-from-Bizkoot-to-CogitoHub.patch
0002-change-in-admin-URL.patch
0003-change-password-of-DB.patch
and in my Gitk its not showing branches like before.
I just want to Commit it like before they are showing in my Gitk. and all branches are show like before.