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