From bb4637bffe5eea3af5d9d8a583bceeba196a87a7 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 10 Nov 2017 08:59:51 -0800 Subject: [PATCH] hack/patch: remove "you" in markdown doc Signed-off-by: Gyu-Ho Lee --- hack/patch/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/patch/README.md b/hack/patch/README.md index 26f3cf921..47cb24aeb 100644 --- a/hack/patch/README.md +++ b/hack/patch/README.md @@ -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. `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 -repo (`github.com/${github-username}/etcd`). Use `git remotes -v` if you need to -look up your git remote names. If you don't already have a fork of etcd create +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` to +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 ...`.