akiko
0
Q:

delete .git folder

git rm -r --cached some-directory
git commit -m 'Remove the now ignored directory "some-directory"'
git push origin master
3
rm -rf .git
0
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Leonuch/flex.git
git push -u origin master
0
This code will remove a git folder
-1

New to Communities?

Join the community