ajouter un nouveau dépot local git code example
Example 1: remove last commit git
git reset --hard HEAD^
git push origin -f
Example 2: ubuntu remove git from folder
rm -rf .git
git reset --hard HEAD^
git push origin -f
rm -rf .git