Tuesday, January 7, 2014

How to Git push in bare empty repository

if you see below message:
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.


You need to push using below commands:
$ git push origin master

No comments:

Post a Comment