Skip to content

Commit 8608790

Browse files
authored
Merge pull request #41 from jtemporal/adds-038-039
Adds 038 and 039
2 parents 29bb66e + 6080ab7 commit 8608790

File tree

10 files changed

+82
-0
lines changed

10 files changed

+82
-0
lines changed

_posts/2022-01-15-038.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: "#038"
4+
permalink: /038
5+
image: "/assets/img/projects/038"
6+
redirect_to:
7+
- https://gitfichas.com/projects/038
8+
---
9+
10+
Redirect for 038

_posts/2022-01-15-039.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: "#039"
4+
permalink: /039
5+
image: "/assets/img/projects/039"
6+
redirect_to:
7+
- https://gitfichas.com/projects/039
8+
---
9+
10+
Redirect for 039

_projects/038.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
title: '#038 git reset HEAD^ --soft'
4+
image: "/assets/img/projects/038/thumbnail.jpg"
5+
---
6+
7+
<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">

_projects/039.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
title: '#039 git commit -C ORIG_HEAD'
4+
image: "/assets/img/projects/039/thumbnail.jpg"
5+
---
6+
7+
<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">

assets/img/projects/038/full.jpg

580 KB
Loading
179 KB
Loading

assets/img/projects/039/full.jpg

587 KB
Loading
183 KB
Loading

projects/038.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: post
3+
title: '#038 git reset HEAD^ --soft'
4+
image: "/assets/img/projects/038/thumbnail.jpg"
5+
translated: ""
6+
lang: "pt"
7+
previous:
8+
url: "https://gitfichas.com/projects/037"
9+
title: "#037 git reset HEAD^"
10+
11+
next:
12+
url: "https://gitfichas.com/projects/039"
13+
title: "#039 git commit -C ORIG_HEAD"
14+
15+
---
16+
17+
<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">
18+
19+
20+
<!--
21+
<a href="https://jtemporal.com/desfazendo-o-ultimo-commit-e-reaproveitando-a-mensagem/">
22+
<strong>Desfazendo o último commit e mantendo as alterações para um próximo commit</strong>
23+
</a>
24+
-->

projects/039.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: post
3+
title: '#039 git commit -C ORIG_HEAD'
4+
image: "/assets/img/projects/039/thumbnail.jpg"
5+
translated: ""
6+
lang: "pt"
7+
previous:
8+
url: "https://gitfichas.com/projects/038"
9+
title: "#038 git commit -C ORIG_HEAD"
10+
11+
next:
12+
url: ""
13+
title: ""
14+
15+
---
16+
17+
<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">
18+
19+
20+
<!--
21+
<a href="https://jtemporal.com/desfazendo-o-ultimo-commit-e-reaproveitando-a-mensagem/">
22+
<strong>Desfazendo o último commit e mantendo as alterações para um próximo commit</strong>
23+
</a>
24+
-->

0 commit comments

Comments
 (0)