On 16 October 2013 10:35, <[email protected]> wrote: > > > I run on the gitserver: > git init --bare > > then on my local machine I run: > git clone user@gitservre:/path/to/dir/projectd.git > cd projectd/ > touch dd > git add dd > git commit -m "adding dd" > git push > > I get the error: > No refs in common and none specified; doing nothing.
Write this: git push origin master Regards Martin -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
