+ [2015-08-05T19:35:33Z] saadq thanks tho tang^
+ [2015-08-05T19:36:29Z] Wooble I think github is supposed to do redirects automatically for transfers, in any event.
+ [2015-08-05T19:37:01Z] Wooble (no idea how well that works in practice, though)
+ [2015-08-05T19:46:44Z] atal421 any anyone explain to me, or point me in the right direction, on how to do a hotfix in production when my local master is already ahead of production?
+ [2015-08-05T23:57:57Z] est31 hi, is there an analogon to git diff for github out there?

message no. 106284

Posted by dman777_alter in #github at 2015-08-05T14:28:49Z

I did git worktree add ../temp origin/foo; cd ../temp. then I edited file bar; git add bar; git commit -m "commit"; git push. But it didn't push and said nothing to commit, working directory clean. I checked on the branch in github and it doesn't have the new change
+ [2015-08-05T23:58:32Z] est31 sb has given me two commit urls, one orphan, both different versions of a commit, and I want to see the difference
+ [2015-08-05T23:58:50Z] est31 now I could add their repo as remote, but that wouldnt help
+ [2015-08-05T23:59:02Z] est31 also the "github compare" gives me an error
+ [2015-08-05T23:59:18Z] est31 It gives me "There isn’t anything to compare.
+ [2015-08-05T23:59:18Z] est31 We couldn’t figure out how to compare these references, do they point to valid commits?"