Conversation:
Notices
-
Joshua Judson Rosen (rozzin)'s status on Wednesday, 16-Jul-2014 16:26:20 EDT Joshua Judson Rosen How does one start a new, empty branch in an existing #git repository? -
Joshua Judson Rosen (rozzin)'s status on Thursday, 17-Jul-2014 00:48:09 EDT Joshua Judson Rosen Ahah: "git checkout --orphan && rm -rf *" #git -
Joshua Judson Rosen (rozzin)'s status on Thursday, 17-Jul-2014 02:15:33 EDT Joshua Judson Rosen Except... the "rm -rf" misses the dotfiles. OK, what expression matches all dotfiles except "." and ".."? -
Pavel Roskin (pavelroskin)'s status on Thursday, 17-Jul-2014 08:17:38 EDT Pavel Roskin @nymnotinservice Plenty of options, stackexchange at its best :) unix.stackexchange.com/questions/1259… -
Joshua Judson Rosen (rozzin)'s status on Tuesday, 23-Sep-2014 00:53:01 EDT Joshua Judson Rosen Apparently "The rm utility is forbidden to remove the names dot and dot-dot." #ididnotknowthat #dontpanic http://pubs.opengroup.org/onlinepubs/7908799/xcu/rm.html
-