Hacker News new | ask | show | jobs
by HereBeBeasties 2260 days ago
https://probot.github.io/apps/pull/ to keep forks up to date automatically.
2 comments

This is pretty good, now I can ditch my little script

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