Hacker News new | ask | show | jobs
by hhsuey 2260 days ago
Gotcha. So the motivating factor was for individuals to get a copy for themselves, perhaps even use it as a form of bookmark overloaded as a backup feature. They'll need to keep pulling if they want to keep it up to date, but I suppose that could be automated.
1 comments

https://probot.github.io/apps/pull/ to keep forks up to date automatically.
This is pretty good, now I can ditch my little script

    #!/bin/sh
    git pull upstream master
    git push origin master
TIL...