Answers for "how to remove all git history"

1

remove git from git history

Remove .git folder inside of untracked submodule.
Run git rm --cached path-to-folder
git add . in parent or root folder and you are good to go
Posted by: Guest on October-16-2021

Code answers related to "how to remove all git history"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language