From 6862df53318dadef207bb0212adf4d15a1008353 Mon Sep 17 00:00:00 2001 From: brybalicious Date: Fri, 9 Oct 2020 01:59:42 +0200 Subject: [PATCH] Minor doc update --- docs/ways_to_contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ways_to_contribute.rst b/docs/ways_to_contribute.rst index bbfa819..92e390c 100644 --- a/docs/ways_to_contribute.rst +++ b/docs/ways_to_contribute.rst @@ -96,7 +96,7 @@ The following example suggests how to contribute a feature. git rebase upstream/develop - and your staged commits will be merged along with the changes. + and your staged commits will be merged along with the changes. More information on `rebasing here `_ .. Hint:: -u option sets up your locally created new branch to follow a remote branch which is now created with the same name on your remote repository.