When I do a git status, I get my branch:
$ git status
On branch OfflineLoading
When I tried to git push, I get:
$ git push origin OfflineLoading
fatal: OfflineLoading cannot be resolved to branch.
When I check the branches, it is not there:
$ git branch
   branch1
   branch2
   branch3
   branch4
How do I fix this?