diff --git a/DocumentosDeApoio/GitGithubCheatSheet.md b/DocumentosDeApoio/GitGithubCheatSheet.md index 319ba1a..088b0b5 100644 --- a/DocumentosDeApoio/GitGithubCheatSheet.md +++ b/DocumentosDeApoio/GitGithubCheatSheet.md @@ -255,6 +255,8 @@ git push [alias] [branch] git pull ~~~ +

(back to top) + ## REWRITE HISTORY Reescrevendo branches, atualizando commits e limpando o histórico. @@ -271,6 +273,8 @@ git rebase [branch] git reset --hard [commit] ~~~ +

(back to top) + ## TEMPORARY COMMITS Armazenar temporariamente arquivos modificados e rastreados para mudar de branches. @@ -300,3 +304,5 @@ git stash pop ~~~sh git stash drop ~~~ + +

(back to top)