Skip to content

Commit

Permalink
Update GitGithubCheatSheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LoriaLawrenceZ committed Feb 27, 2024
1 parent 4d178be commit fb50ef8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DocumentosDeApoio/GitGithubCheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ git push [alias] [branch]
git pull
~~~

<p align="right">(<a href="#top">back to top</a>)

## REWRITE HISTORY

Reescrevendo branches, atualizando commits e limpando o histórico.
Expand All @@ -271,6 +273,8 @@ git rebase [branch]
git reset --hard [commit]
~~~

<p align="right">(<a href="#top">back to top</a>)

## TEMPORARY COMMITS

Armazenar temporariamente arquivos modificados e rastreados para mudar de branches.
Expand Down Expand Up @@ -300,3 +304,5 @@ git stash pop
~~~sh
git stash drop
~~~

<p align="right">(<a href="#top">back to top</a>)

0 comments on commit fb50ef8

Please sign in to comment.