At me MSEgit only sees remote "origin" branch as long as "git clone"
created local "master" branch. So, me created  local "origin" branch
so that it matches the remote "origin" then retried "commit" & "push"
but failed with "fatal: The remote end hung up unexpectedly".


2012/3/20, Graeme Geldenhuys <graemeg.li...@gmail.com>:
> On 20 March 2012 09:36, Ivanko B <ivankob4mse2@.... wrote:
>
>>  AFAIK, it's correct to start filling an empty repo via
>> commits from its clones.
>
> Yes, that is normal usage with git.
>
>
> I just tried with MSEgit. Cloned a repository from a empty bare
> repository. I could do a local commit in my cloned repository via
> MSEgit, but I couldn't push that commit to the empty bare repository.
> I first had to create a remote branch called master, then the push
> worked.
>
> This seems to be normal, because even doing it from the command line,
> I couldn't just push because the remote repository doesn't contain any
> branches yet. So even from the command line, I had to specify what
> branch to push too: eg:   git push origin master.
> This was only required for the first push after that a simple 'git
> push origin' or 'git push' worked fine.
>
>
> --
> Regards,
>   - Graeme -
>
>
> _______________________________________________
> fpGUI - a cross-platform Free Pascal GUI toolkit
> http://fpgui.sourceforge.net
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to