I’m doing git log --all to show all the commits, but there last is not being shown…
Even, when I do push it says Everything up-to-date, and I expected to be able to push the last commitS.
I did git show-branch and it says:
[master] Merge branch 'master' of bitbucket.org:jargd/contract
Any help?
Means “detached HEAD“
You could create a branch at that commit:
And push that branch.