Skip to content

Commit b0c0f18

Browse files
authored
Merge pull request #491 from VancentH/VancentH/VancentH-migrate-en-card-023
2 parents ee66d22 + ea30585 commit b0c0f18

File tree

2 files changed

+63
-14
lines changed

2 files changed

+63
-14
lines changed

assets/img/mermaid/023-en.svg

Lines changed: 47 additions & 0 deletions
Loading

en/_posts/2021-10-18-023.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
---
22
layout: post
3-
title: '#023 git push --set-upstream remote branch'
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878598/gitfichas/en/023/thumbnail_ep3jvp.jpg"
3+
pretitle: How to create
4+
title: branch
5+
subtitle: tracking on remote
6+
command: git push --set-upstream remote branch
7+
descriptors:
8+
- command: command to<br>submit changes
9+
- part1: flag to create<br>the trace
10+
- part2: target repository
11+
- part3: branch to do the<br>tracking
12+
author: "@jtemporal"
13+
number: "023"
14+
mermaid: true
15+
use_static_image: true
516
permalink: "/en/023"
17+
lang: "en"
618
translations:
719
- lang: pt
820
url: /projects/023
921
- lang: es
10-
url: /es/023
11-
lang: "en"
22+
url: /es/023
1223
pv:
1324
url: "/en/022"
1425
title: "#022 git remote rename current name"
1526
nt:
1627
url: "/en/024"
1728
title: "#024 git push remote branch"
1829
---
19-
##### How to create branch tracking on remote
20-
21-
<img alt="Use git push --set-upstream remote branch to set up tracking a new branch on the remote" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878598/gitfichas/en/023/full_hzztch.jpg"><br><br>
2230

23-
| Command | Description |
24-
|---------|-------------|
25-
| `push` | Command to submit changes |
26-
| `--set-upstream` | Flag to create trace |
27-
| `remote` | Target repository |
28-
| `branch` | Branch to do the tracking |
29-
{: .styled-table}
31+
{% include mermaid-graphs.html %}

0 commit comments

Comments
 (0)