From b9f5deb52e5437429792a99cf85fe3d246901064 Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Mon, 30 Sep 2019 20:11:51 +0100 Subject: [PATCH] command to remove dir --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b1109f..7fc76ce 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ Mirror Push to this new repository, replacing xxx with the url from the clipboar `cd temp/ && git push --mirror xxx` Once you are sure the code is in your new repository, delete the temporary local repository. + +`cd .. && rm -rf temp/`