Browse Source

Merge branch 'tb/howto-using-redo-script'

Doc update.

* tb/howto-using-redo-script:
  Documentation/howto/maintain-git.txt: fix Meta/redo-jch.sh invocation
maint
Taylor Blau 2 years ago
parent
commit
098b1d07bc
  1. 2
      Documentation/howto/maintain-git.txt

2
Documentation/howto/maintain-git.txt

@ -256,7 +256,7 @@ by doing the following: @@ -256,7 +256,7 @@ by doing the following:
merged to 'next', add it at the end of the list. Then:

$ git checkout -B jch master
$ Meta/redo-jch.sh -c1
$ sh Meta/redo-jch.sh -c1

to rebuild the 'jch' branch from scratch. "-c1" tells the script
to stop merging at the first line that begins with '###'

Loading…
Cancel
Save