vérsionné un fichier git code example
Example 1: remove git
rm -rf .git
Example 2: remove a config from git using terminal
git config --global --unset core.excludesfile
rm -rf .git
git config --global --unset core.excludesfile