From 7b1c96694be74aaf6bb72d76a9f9283d0e23602f Mon Sep 17 00:00:00 2001 From: Sandra Ndulue Date: Tue, 28 May 2024 17:11:31 +0100 Subject: [PATCH 1/2] initial commit --- learning.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 learning.txt diff --git a/learning.txt b/learning.txt new file mode 100644 index 0000000..f2b4348 --- /dev/null +++ b/learning.txt @@ -0,0 +1,8 @@ +# what I have learned +- command line - local terminal and vscode terminal +- intro into git and GitHub +-different four areas of how git works. +- repos, cloning, new branch , markdowns , readme, + +# what I am still confused about +- the readme process and resolving conflicts \ No newline at end of file From 89973b66234a8a5d11ee25c130ebd7a19f2e84c5 Mon Sep 17 00:00:00 2001 From: Sandra Date: Tue, 28 May 2024 18:30:59 +0100 Subject: [PATCH 2/2] Rename learning.txt to learning.md --- learning.txt => learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename learning.txt => learning.md (83%) diff --git a/learning.txt b/learning.md similarity index 83% rename from learning.txt rename to learning.md index f2b4348..f19467e 100644 --- a/learning.txt +++ b/learning.md @@ -5,4 +5,4 @@ - repos, cloning, new branch , markdowns , readme, # what I am still confused about -- the readme process and resolving conflicts \ No newline at end of file +- the readme process and resolving conflicts