On 9 March 2014 13:37, Domen Kožar <[email protected]> wrote: > Hi all, > > I managed to force-push master and delete a couple of commits. I have no > idea how that happened, but let's first fix the mess. Does anyone commit > > nixpkgs/master 6cfbc75 Michael Raskin: Fix CL-Launch source link > > If so, please force-push it to master (check before that if any new commits > are there since "fa7ef9c pythonPackages.sqlalchemy9: add" > > I apologize for inconveniences. Domen
There is always "git reflog". You can roll-back your branch locally, and when you think you've got it right, force push to upstream. Btw, I just pushed two commits: 2014-03-09 13:35 Bjørn Forsman o [master] [origin/HEAD] [origin/master] Revert "Update BadVPN" 2014-03-09 13:23 Bjørn Forsman o can-utils: new package But I can put them back in if you force push them away. Best regards, Bjørn Forsman _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
