+[2020-04-27T23:47:31Z]__Myst__what's the right way to pass secrets to a command which only takes them from the CLI in a github action? +[2020-04-28T21:10:02Z]vadiquehola here, I have a problem +[2020-04-28T21:10:38Z]vadiqueI did git rebase and then git push -f, but I have a patch which is to be applied upon that old variant of commit +[2020-04-28T21:10:56Z]vadiqueis there any chance to recover that version, before git push -f ? +[2020-04-28T21:38:47Z]vadiquegit am -3 helped me
is there any chance to recover that version, before git push -f ?
+[2020-04-29T00:03:03Z]Viking667I'm noticing a strange problem. I forked a project, they've updated from 7.1.10-xx-gxyzabcdef to 7.2.0-xx-gxyzabcdef, yet even though I've done "git pull upstream master" my tags didn't change to match upstream. +[2020-04-29T00:03:34Z]Viking667repos involved are "upstream" is dolphinsmalltalk/Dolphin, mine is brickviking/Dolphin +[2020-04-29T00:06:12Z]Viking667I recently synchronised (today), my "git describe --tags" says v7.1.10-52-g173fe847, theirs is v7.2.0-2-g173fe847 +[2020-04-29T00:22:46Z]Viking667I'm not sure whether the problem I have is strictly a github problem, or more properly a git problem. +[2020-04-29T00:33:36Z]R2robotdoubt it's anything to do with github itself