Skip to content

Instantly share code, notes, and snippets.

@luizcosta
Created August 22, 2012 20:33
Show Gist options
  • Save luizcosta/3429095 to your computer and use it in GitHub Desktop.
Save luizcosta/3429095 to your computer and use it in GitHub Desktop.
Remover arquivo do git sem apagar o arquivo
git rm --cached <nome_do_arquivo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment