I tried to switch to another commit, so I did : git checkout 031c057
(fourth commit in order)
After I switched back to a06bbac
then I did some modification and I did a 'commit'
Now when I git status
I see :
$ git status
HEAD detached from a06bbac
nothing to commit, working tree clean
Here my git log :
f24cb85 (HEAD) seconde template
a06bbac (mostafa-test) sc just for test
19c2ad5 (origin/mostafa-test) first sample template
031c057 sc
f6c72a0 make component for table and header
89a0dd3 material-table ready
748ce3b first grid & first table
605562f (master) git ignore fix
1ec70f4 sc
eadfa97 (origin/master, origin/HEAD) Initial commit
How to make it normal ?