Skip to content

Instantly share code, notes, and snippets.

@mondaini
Created September 30, 2012 13:49
Show Gist options
  • Save mondaini/3806774 to your computer and use it in GitHub Desktop.
Save mondaini/3806774 to your computer and use it in GitHub Desktop.
Lista de comandos uteis

Lista de comandos uteis para o dia a dia

git

List all remote branches with its urls:

$ git remote -v

Shell

Remove todos os arquivos encontrados:

$ find . -name "*pyc" | xargs rm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment