Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _posts/2022-01-15-038.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: "#038"
permalink: /038
image: "/assets/img/projects/038"
redirect_to:
- https://gitfichas.com/projects/038
---

Redirect for 038
10 changes: 10 additions & 0 deletions _posts/2022-01-15-039.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: "#039"
permalink: /039
image: "/assets/img/projects/039"
redirect_to:
- https://gitfichas.com/projects/039
---

Redirect for 039
7 changes: 7 additions & 0 deletions _projects/038.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
title: '#038 git reset HEAD^ --soft'
image: "/assets/img/projects/038/thumbnail.jpg"
---

<img alt="Se você precisa desfazer um commit mas manter as alterações correspondentes use comando git reset HEAD^ --soft" src="/assets/img/projects/038/full.jpg">
7 changes: 7 additions & 0 deletions _projects/039.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
title: '#039 git commit -C ORIG_HEAD'
image: "/assets/img/projects/039/thumbnail.jpg"
---

<img alt="Para reaproveitar as alterações e mensagem de um commit desfeito usando a flag soft, use o comando git commit -C ORIG_HEAD" src="/assets/img/projects/039/full.jpg">
Binary file added assets/img/projects/038/full.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/038/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/039/full.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/039/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions projects/038.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
title: '#038 git reset HEAD^ --soft'
image: "/assets/img/projects/038/thumbnail.jpg"
translated: ""
lang: "pt"
previous:
url: "https://gitfichas.com/projects/037"
title: "#037 git reset HEAD^"

next:
url: "https://gitfichas.com/projects/039"
title: "#039 git commit -C ORIG_HEAD"

---

<img alt="Se você precisa desfazer um commit mas manter as alterações correspondentes use comando git reset HEAD^ --soft" src="/assets/img/projects/038/full.jpg">


<!--
<a href="https://jtemporal.com/desfazendo-o-ultimo-commit-e-reaproveitando-a-mensagem/">
<strong>Desfazendo o último commit e mantendo as alterações para um próximo commit</strong>
</a>
-->
24 changes: 24 additions & 0 deletions projects/039.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
title: '#039 git commit -C ORIG_HEAD'
image: "/assets/img/projects/039/thumbnail.jpg"
translated: ""
lang: "pt"
previous:
url: "https://gitfichas.com/projects/038"
title: "#038 git commit -C ORIG_HEAD"

next:
url: ""
title: ""

---

<img alt="Para reaproveitar as alterações e mensagem de um commit desfeito usando a flag soft, use o comando git commit -C ORIG_HEAD" src="/assets/img/projects/039/full.jpg">


<!--
<a href="https://jtemporal.com/desfazendo-o-ultimo-commit-e-reaproveitando-a-mensagem/">
<strong>Desfazendo o último commit e mantendo as alterações para um próximo commit</strong>
</a>
-->