“git rm” Respostas de código

Remova o git

rm -rf .git
-r => Remove directories and there contents recursively.
-f => Ignore nonexistent files and arguments, never prompt
for more info run 
rm --help
Mr J

git rm cache

$ git rm --cached filename
Worried Weasel

git rm

git rm -r --cached ./bin/
Ugly Unicorn

Respostas semelhantes a “git rm”

Perguntas semelhantes a “git rm”

Procure respostas de código populares por idioma

Procurar outros idiomas de código