I made a pretty big commit by running : git push --set-upstream origin issue11-fix-repo-run-data
which resulted in :
Connection to github.com closed by remote host. KB/s Uploading LFS objects: 100% (6/6), 402 MB | 697 KB/s, done.
Now, the commit shows up in git log as :
commit XXXX (HEAD -> issue11-fix-repo-run-data)
But when I go on GitHub the branch does not exist, nor can i find the commit back. Furthermore, when I do git status, nothing shows up in my staging area, as everything has been pushed in that commit, but I dont know where it lies now.
Please any help, I am pretty desperate given how big the commit was.