+[6 years ago]R2robotconfused +[6 years ago]nedbatShentino: you didn't have a local clone of the repo? +[6 years ago]Shentinonedbat: i did, but it's stale +[6 years ago]Shentinomy local clone also doesn't preserve follows/forks with other github users +[6 years ago]Shentinoas that is metadata only github proper has
+[6 years ago]agile_prgI figured it out +[6 years ago]judanyone 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]Viking667real 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]Viking667At the moment, it's 74+/14- with regard to dolphinsmalltalk/master +[6 years ago]judViking667, locally, git checkout master, git pull upstream master, git checkout yourbranch, git rebase master, git push -f origin yourbranch