mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 12:30:07 +00:00
DOC: fix "needed" typo
While at it use "You" instead of "They" as in the context it seems to make more sense to refer to "you", as it is you that are going to be running the command, there is no "they". Signed-off-by: Thiago Farina <tfarina@chromium.org>
This commit is contained in:
parent
02779b6263
commit
9f72a39f68
@ -626,14 +626,14 @@ formating or style issue :
|
||||
$ git show master..
|
||||
|
||||
And once you're satisfied, you should update your master branch to be sure that
|
||||
nothing changed during your work (only neede if you left it unattended for days
|
||||
nothing changed during your work (only needed if you left it unattended for days
|
||||
or weeks) :
|
||||
|
||||
$ git checkout -b 20150920-fix-stats-rebased
|
||||
$ git fetch origin master:master
|
||||
$ git rebase master
|
||||
|
||||
They can build a list of patches ready for submission like this :
|
||||
You can build a list of patches ready for submission like this :
|
||||
|
||||
$ git format-patch master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user