From 6e70d3344c2187b3e9c23f018ba6716d9b59a467 Mon Sep 17 00:00:00 2001 From: Gaurab Kumar Date: Wed, 15 May 2024 15:20:35 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc240b4..64f707b 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,18 @@ # HTML Tags - cite: - abbr: -- \ No newline at end of file + + + +…or create a new repository on the command line +echo "# Example" >> README.md +git init +git add README.md +git commit -m "first commit" +git branch -M master +git remote add origin https://github.com/progaurab/Example.git +git push -u origin master +…or push an existing repository from the command line +git remote add origin https://github.com/progaurab/Example.git +git branch -M master +git push -u origin master From dd9e867285af962718cfa4c4dbc96ac7af15682b Mon Sep 17 00:00:00 2001 From: Gaurab Kumar Date: Wed, 15 May 2024 15:37:25 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 64f707b..8c6d185 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ +```shell …or create a new repository on the command line echo "# Example" >> README.md git init @@ -27,3 +28,5 @@ git push -u origin master git remote add origin https://github.com/progaurab/Example.git git branch -M master git push -u origin master + +```