+[2017-06-24T12:31:37Z]plexigraslike done here https://github.com/mpv-player/mpv/issues/new +[2017-06-24T13:42:59Z]brettdonghello +[2017-06-24T13:43:26Z]brettdongWhat GitHub Android client app do u use? +[2017-06-24T13:44:10Z]brettdongfor exploring new interesting repos, reviewing PRs, posting comments etc. +[2017-06-24T16:19:12Z]topmandevDeveloping in x-code, what would be the best way to use github to have multiple apps that share a core engine and just have differing graphic models and titles? Would you load multiple forks, or have multiple project folders?
like done here https://github.com/mpv-player/mpv/issues/new
+[2017-06-27T04:01:29Z]veyperheh he said "backend" +[2017-06-27T06:28:07Z]scrandaddyHey there. Is it possible to access a github repo from my web app if a user grants permission? +[2017-06-27T13:33:17Z]royal_screwup21Suppose I fork a repository and make changes to it. I realize after a few days the orginial repo (master) has been updated with new files. How do I update my forked repository to reflect the changes made in the original repo? +[2017-06-27T13:34:37Z]tobiasvlroyal_screwup21: !sync +[2017-06-27T13:34:37Z]gitinforoyal_screwup21: [!pull_upstream] To incorporate changes from an "upstream" or forked-from repository: git remote add upstream $URL; git fetch upstream; git merge upstream/$BRANCH. https://help.github.com/articles/syncing-a-fork/