[erlang-questions] mostly a git question: how do I get my github repository back in sync?

Vlad Dumitrescu vladdu55@REDACTED
Thu Oct 21 12:46:01 CEST 2010


On Thu, Oct 21, 2010 at 11:51, Matthias Lang <matthias@REDACTED> wrote:
>  Q2: Is this the recommended non-web way to do it?
>        git clone http://github.com/erlang/otp.git
>        git push git@REDACTED:matthiasl/otp.git

Hi,

this will update only the master branch, use
git push --all <your_repo>

Depending on the state of your previous repo, an additional "-f" flag
might be needed to force the update.

regards,
Vlad


More information about the erlang-questions mailing list