+ [6 years ago] nedbat Shentino: you didn't have a local clone of the repo?
+ [6 years ago] Shentino nedbat: i did, but it's stale
+ [6 years ago] Shentino my local clone also doesn't preserve follows/forks with other github users
+ [6 years ago] Shentino as that is metadata only github proper has

message no. 174382

Posted by R2robot in #github at 2019-08-01T03:45:25Z

if it's the standard
+ [6 years ago] jud anyone know how to have stdout/stderr persist in CircleCI when someone goes back to the details page of a run? I've been banging my head against the wall for a couple hours trying to figure this out
+ [6 years ago] Viking667 real quick question. I've got a fork of a project, I'm keeping it synchronised with the upstream. I created a branch and have been happily working on that branch, how do I also keep its contents synchronised with upstream? (upstream being in this case dolphinsmalltalk/Dolphin)
+ [6 years ago] Viking667 At the moment, it's 74+/14- with regard to dolphinsmalltalk/master
+ [6 years ago] jud Viking667, locally, git checkout master, git pull upstream master, git checkout yourbranch, git rebase master, git push -f origin yourbranch