Skip to content

Commit

Permalink
Adjust git cmd (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Aug 14, 2024
1 parent 0d28bde commit ff68c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This repository is a collection of the most commonly used command-line commands for daily work.
<br>
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

Expand Down Expand Up @@ -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 [email protected]:TheDevOpsHub/container-labs.git
git clone [email protected]:REPO_OWNER/repo.git

# Create a new branch
git checkout -b new-branch
Expand Down

0 comments on commit ff68c2a

Please sign in to comment.