From ff68c2aa8bd0e7ea2fcb84a89862910ad9438e94 Mon Sep 17 00:00:00 2001 From: Tung Leo Date: Wed, 14 Aug 2024 09:21:17 +0700 Subject: [PATCH] Adjust git cmd (#29) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7736e3..1f7bf79 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository is a collection of the most commonly used command-line commands for daily work.
-Source code: [tungbq/cmd](https://github.com/tungbq/cmd) ⭐ [contributing guide](https://github.com/tungbq/cmd/blob/main/CONTRIBUTING.md) 📖 +Source code: [tungbq/cmd](https://github.com/tungbq/cmd) ⭐ Contributing guideline: [here](https://github.com/tungbq/cmd/blob/main/CONTRIBUTING.md) 📖 ## Table of Contents @@ -133,10 +133,10 @@ jq '.' file.json | less ```bash # Clone repo via HTTPS -git clone https://github.com/org/repo.git +git clone https://github.com/REPO_OWNER/repo.git # Clone repo via SSH -git clone git@github.com:TheDevOpsHub/container-labs.git +git clone git@github.com:REPO_OWNER/repo.git # Create a new branch git checkout -b new-branch