docs: you can add another git remote
This commit is contained in:
parent
fae2771645
commit
9f3a3808f9
@ -2,4 +2,4 @@ default: true
|
|||||||
MD010: false # Ignore tabs in code blocks
|
MD010: false # Ignore tabs in code blocks
|
||||||
MD013: false # Don't wrap lines by default
|
MD013: false # Don't wrap lines by default
|
||||||
MD046:
|
MD046:
|
||||||
style: "fenced" # Force fenced code blocks
|
style: 'fenced' # Force fenced code blocks
|
||||||
|
@ -4,9 +4,17 @@
|
|||||||
|
|
||||||
- Clone your repository
|
- Clone your repository
|
||||||
|
|
||||||
Alternatively, you can change the `origin` remote on your existing clone:
|
1. Alternatively, you can add a remote called `fork`:
|
||||||
|
|
||||||
`git remote set-url origin https://dev.tildefriends.net/YOUR_USERNAME/tildefriends.git`
|
`git remote add fork https://dev.tildefriends.net/YOUR_USERNAME/tildefriends.git`
|
||||||
|
|
||||||
|
You'll need to set your branch's upstream to `fork`:
|
||||||
|
|
||||||
|
`git push --set-upstream fork my-branch`
|
||||||
|
|
||||||
|
2. or you can change the `origin` remote on your existing clone altogether:
|
||||||
|
|
||||||
|
`git remote set-url origin https://dev.tildefriends.net/YOUR_USERNAME/tildefriends.git`
|
||||||
|
|
||||||
- Make your changes
|
- Make your changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user