简体   繁体   中英

Master branch is empty at remote Github

I have a local github repo and I pushed repository to remote with below command:

git push origin --all

Now on remote All branches available with respective code but master branch is empty. So please tell me what I am doing wrong.

Note: I have installed git lfs then pushed code with above command.

How does Your local master look like? Maybe there is some policy of pushing/merging into master on origin.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM