Posts by Fabio Carvalho • 11 points
1 post
-
1
votes4
answers15428
viewsA: How do I remove local files(untracked files) from my current branch(branch) in Git?
You can consult the documentation on https://git-scm.com/docs/git-rm git rm arquivo.txt after this just give a commit to confirm the removal git commit -a -m "Exclusao do arquivo.txt"…
gitanswered Fabio Carvalho 11