Skip to content

Commit 210f894

Browse files
authored
Merge pull request #40 from jtemporal/fichas-036-37
Adds fichas 036 and 037
2 parents 85825e1 + 4842058 commit 210f894

File tree

12 files changed

+78
-6
lines changed

12 files changed

+78
-6
lines changed

_posts/2022-01-14-036.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: "#036"
4+
permalink: /036
5+
image: "/assets/img/projects/036"
6+
redirect_to:
7+
- https://gitfichas.com/projects/036
8+
---
9+
10+
Redirect for 036

_posts/2022-01-14-037.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: "#037"
4+
permalink: /037
5+
image: "/assets/img/projects/037"
6+
redirect_to:
7+
- https://gitfichas.com/projects/037
8+
---
9+
10+
Redirect for 037

_projects/036.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: '#036 git reset HEAD~3'
4+
image: "/assets/img/projects/036/thumbnail.jpg"
5+
---
6+
7+
<img alt="O comando git reset HEAD seguido de ~ e uma quantidade irá desfazer aquela quantidade de commits mais recentes." src="/assets/img/projects/036/full.jpg">

_projects/037.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: '#037 git reset HEAD^'
4+
image: "/assets/img/projects/037/thumbnail.jpg"
5+
---
6+
7+
<img alt="O comando git reset HEAD seguido de ^ é um atalho para desfazer o último commit mais recente." src="/assets/img/projects/037/full.jpg">

assets/img/projects/036/full.jpg

507 KB
Loading
158 KB
Loading

assets/img/projects/037/full.jpg

488 KB
Loading
151 KB
Loading

projects/035.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ image: "/assets/img/projects/035/thumbnail.jpg"
55
previous:
66
url: "https://gitfichas.com/projects/034"
77
title: "#034 git switch nome"
8+
next:
9+
url: "https://gitfichas.com/projects/036"
10+
title: "#036 git reset HEAD~3"
811
---
912

1013
<img alt="Como criar um novo branch e já trocar para esse novo branch com o comando git switch -c nome" src="/assets/img/projects/035/full.jpg">

projects/036.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: '#036 git reset HEAD~3'
4+
image: "/assets/img/projects/036/thumbnail.jpg"
5+
previous:
6+
url: "https://gitfichas.com/projects/035"
7+
title: "#035 git switch -c nome"
8+
next:
9+
url: "https://gitfichas.com/projects/037"
10+
title: "#037 git reset HEAD^"
11+
---
12+
13+
<img alt="O comando git reset HEAD seguido de ~ e uma quantidade irá desfazer aquela quantidade de commits mais recentes." src="/assets/img/projects/036/full.jpg">
14+
15+
<!--
16+
<a href="https://jtemporal.com/criando-um-novo-branch-e-mudando-pra-ele-com-um-comando/">
17+
<strong>Criando um novo branch e mudando pra ele com apenas um comando</strong>
18+
</a>
19+
-->

0 commit comments

Comments
 (0)