home
/
code
/
git-cheat-sheet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6ac45
)
Fix unintended deletion of current directory
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 5 Jan 2020 05:38:10 +0000
(
00:38
-0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 5 Jan 2020 05:38:10 +0000
(
00:38
-0500)
we just want to remove the files
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index
7b84aca
..
61f2b7a
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-47,7
+47,7
@@
Inserting a new root commit
---------------------------
```sh
git checkout --orphan $TEMP_BRANCH
-git rm -rf
.
+git rm -rf
*
git commit --allow-empty -m $INIT_COMMIT_MSG
git rebase --onto $TEMP_BRANCH --root $MAIN_BRANCH
git branch -d $TEMP_BRANCH
This page took
0.020921 seconds
and
4
git commands to generate.