mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #8850 from gyuho/you
hack/patch: remove "you" in markdown doc
This commit is contained in:
commit
7ccde4ac8a
@ -6,9 +6,9 @@ Handles cherry-picks of PR(s) from etcd master to a stable etcd release branch a
|
|||||||
|
|
||||||
Set the `UPSTREAM_REMOTE` and `FORK_REMOTE` environment variables.
|
Set the `UPSTREAM_REMOTE` and `FORK_REMOTE` environment variables.
|
||||||
`UPSTREAM_REMOTE` should be set to git remote name of `github.com/coreos/etcd`,
|
`UPSTREAM_REMOTE` should be set to git remote name of `github.com/coreos/etcd`,
|
||||||
and `FORK_REMOTE` should be set to the git remote name of your fork of the etcd
|
and `FORK_REMOTE` should be set to the git remote name of the forked etcd
|
||||||
repo (`github.com/${github-username}/etcd`). Use `git remotes -v` if you need to
|
repo (`github.com/${github-username}/etcd`). Use `git remotes -v` to
|
||||||
look up your git remote names. If you don't already have a fork of etcd create
|
look up the git remote names. If etcd has not been forked, create
|
||||||
one on github.com and register it locally with `git remote add ...`.
|
one on github.com and register it locally with `git remote add ...`.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user