Skip to content

Instantly share code, notes, and snippets.

@xdougx
Last active December 19, 2015 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdougx/6009065 to your computer and use it in GitHub Desktop.
Save xdougx/6009065 to your computer and use it in GitHub Desktop.
comandos para o git

GIT

Commitar uma feature

git add . => Adiciona todas as mudanças
git commit -a -m "<mensagem do commit>"
git push origin staging

Sincronizar

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