Skip to content

Instantly share code, notes, and snippets.

View tiagoogk's full-sized avatar

Tiago de Oliveira tiagoogk

  • Porto Alegre, RS
View GitHub Profile
1. Commit
git checkout tema-x
git add “file.ext” OU git add tema-x
git commit -m “add tema x”
git push --set-upstream origin tema-x
1.1. Atualizar PR
git add “file.ext” OU git add tema-x
git commit -m “add tema x”
git push -f