irclog.perlgeek.de/perl6book/today | source: github.com/perl6/book/
Set by moderator on 30 September 2011.
07:35 p6eval joined
Doctor_Pi I have cloned the repo on github and my own machine. To update my clones with updates to the official master I should do git fetch upstream; git merge upstream/master; git push origin master? 19:25
sjn Doctor_Pi: no, if you clone someone else's repo, you don't get to push unless you have the right access 23:20
Doctor_Pi: if you want to push your own updates, then first fork the project on github, clone/fetch your own fork, then push back to it when you're done (at which point you can send a merge request to your upstream repo) 23:22