From 29d7852afc55abe9116bdf0d3e89227cb64ddf4b Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Sat, 25 Mar 2023 08:01:41 +0300 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61760848..3a3438af 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,10 @@ git fetch origin git fetch mytopic ``` -You may want to have your's topic as an origing, and other -topic as something else. It's all up to you. +You may want to set your own topic as the "origin," and +another topic as something else. It's completely up to you. +It works just like setting up Git remotes in the +usual way. 10. Make your changes