From 243b44fbfd2780aaee31eff5af8dabb607fd9321 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Sun, 7 Nov 2021 10:55:33 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d227e..bb474ab 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ When taking backups the two noteable flags are `--backup` and `--clone-wiki`. Th ghorg clone kubernetes --backup --clone-wiki ``` -This will create a kubernetes_backup directory for the org. Each folder inside will contain the .git contents for the source repo. To restore the code from the .git contents you would move all contents into a .git dir, then run `git init` inside the dir, then checkout branch. +This will create a kubernetes_backup directory for the org. Each folder inside will contain the .git contents for the source repo. To restore the code from the .git contents you would move all contents into a .git dir, then run `git init` inside the dir, then checkout branch e.g. ```sh # inside kubernetes_backup dir, to restore kubelet source code