diff --git a/pages/common/git-obliterate.md b/pages/common/git-obliterate.md new file mode 100644 index 0000000000..5a232aa65f --- /dev/null +++ b/pages/common/git-obliterate.md @@ -0,0 +1,13 @@ +# git obliterate + +> Delete specific files and erase their history from a Git repository. +> Part of `git-extras`. +> More information: . + +- Erase the existence of specific files: + +`git obliterate {{file_1 file_2 ...}}` + +- Erase the existence of specific files between 2 commits: + +`git obliterate {{file_1 file_2 ...}} -- {{commit_hash_1}}..{{commit_hash_2}}`