mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
fix: [code-860]: fix string
This commit is contained in:
parent
5d372987db
commit
3d24bfc22c
@ -385,7 +385,7 @@ repoEmptyMarkdownExisting: |
|
|||||||
### Or you can push an existing repository
|
### Or you can push an existing repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git remote add REPO_URL
|
git remote add origin REPO_URL
|
||||||
git branch -M DEFAULT_BRANCH
|
git branch -M DEFAULT_BRANCH
|
||||||
git push -u origin DEFAULT_BRANCH
|
git push -u origin DEFAULT_BRANCH
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user