Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13419cc

Browse files
committed
Fix minor typo
1 parent 649fcdd commit 13419cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/devel/gitwash/development_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ new branches off of it, update it from upstream::
230230

231231
But you don't necessarily have to have such a branch. Instead, if you
232232
are preparing a bugfix that applies to the maintenance branch, fetch
233-
from upstream and base your bugfix on the remote branch;:
233+
from upstream and base your bugfix on the remote branch::
234234

235235
git fetch upstream
236236
git checkout -b my-bug-fix upstream/v1.0.x

0 commit comments

Comments
 (0)