Fix Documentation/everyday.txt: Junio's workflow
The workflow for Junio was badly formatted. Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
c51901de1d
commit
53bcf78a02
@ -336,6 +336,8 @@ master, nor exposed as a part of a stable branch.
|
|||||||
<11> make sure I did not accidentally rewind master beyond what I
|
<11> make sure I did not accidentally rewind master beyond what I
|
||||||
already pushed out. "ko" shorthand points at the repository I have
|
already pushed out. "ko" shorthand points at the repository I have
|
||||||
at kernel.org, and looks like this:
|
at kernel.org, and looks like this:
|
||||||
|
+
|
||||||
|
------------
|
||||||
$ cat .git/remotes/ko
|
$ cat .git/remotes/ko
|
||||||
URL: kernel.org:/pub/scm/git/git.git
|
URL: kernel.org:/pub/scm/git/git.git
|
||||||
Pull: master:refs/tags/ko-master
|
Pull: master:refs/tags/ko-master
|
||||||
@ -343,8 +345,11 @@ at kernel.org, and looks like this:
|
|||||||
Push: master
|
Push: master
|
||||||
Push: +pu
|
Push: +pu
|
||||||
Push: maint
|
Push: maint
|
||||||
|
------------
|
||||||
|
+
|
||||||
In the output from "git show-branch", "master" should have
|
In the output from "git show-branch", "master" should have
|
||||||
everything "ko-master" has.
|
everything "ko-master" has.
|
||||||
|
|
||||||
<12> push out the bleeding edge.
|
<12> push out the bleeding edge.
|
||||||
<13> push the tag out, too.
|
<13> push the tag out, too.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user