From c115335e0a386a5be0756d8d6c0ce3a58ccd67c6 Mon Sep 17 00:00:00 2001 From: Ana Schwendler Date: Sun, 24 Nov 2024 10:41:33 +0100 Subject: [PATCH 1/2] Migrates card 001 --- en/_posts/2021-07-19-001.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/en/_posts/2021-07-19-001.md b/en/_posts/2021-07-19-001.md index 666c1c6..17600e1 100644 --- a/en/_posts/2021-07-19-001.md +++ b/en/_posts/2021-07-19-001.md @@ -1,19 +1,24 @@ --- layout: post -title: '#001 git init' -image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878544/gitfichas/en/001/thumbnail_i3kht8.jpg" -permalink: "/en/001" +pretitle: +title: Starting +subtitle: a project +command: git pull +descriptors: + - command: command to create\n a git repository +author: "@jtemporal" +number: "001" +mermaid: true translated: "/projects/001" +permalink: "/en/001" lang: "en" +pv: + url: "https://gitfichas.com/en" + title: "GitStudyCards | GitFichas" nt: url: "/en/002" title: "#002 git add file.txt" --- -##### Starting a project -Use the command git init to create a git repository/project

+{% include mermaid-graphs.html %} -| Command | Description | -|---------|-------------| -| `init` | Command to create a git repository | -{: .styled-table} From e88345f3f51846101733920a2ef809ceee14b9a0 Mon Sep 17 00:00:00 2001 From: Ana Schwendler Date: Sun, 1 Dec 2024 12:19:31 +0100 Subject: [PATCH 2/2] oops wrong command --- en/_posts/2021-07-19-001.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/_posts/2021-07-19-001.md b/en/_posts/2021-07-19-001.md index 17600e1..56cd5de 100644 --- a/en/_posts/2021-07-19-001.md +++ b/en/_posts/2021-07-19-001.md @@ -3,7 +3,7 @@ layout: post pretitle: title: Starting subtitle: a project -command: git pull +command: git init descriptors: - command: command to create\n a git repository author: "@jtemporal"