Compare commits
1 Commits
bf88b9b7b5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7922c2e6d1 |
@@ -3,6 +3,8 @@
|
|||||||
```bash
|
```bash
|
||||||
# Clone a repository
|
# Clone a repository
|
||||||
git clone <repository-url>
|
git clone <repository-url>
|
||||||
|
# Clone a repository with branch checkout
|
||||||
|
git clone -b branch_name <repository-url>
|
||||||
|
|
||||||
# Add a remote
|
# Add a remote
|
||||||
git remote add <name> <url>
|
git remote add <name> <url>
|
||||||
|
|||||||
Reference in New Issue
Block a user