Skip to content

Commit

Permalink
Fix Documentation/everyday.txt: Junio's workflow
Browse files Browse the repository at this point in the history
The workflow for Junio was badly formatted.

Signed-off-by: Horst H. von Brand <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
vonbrand authored and Junio C Hamano committed Jun 5, 2006
1 parent c51901d commit 53bcf78
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Documentation/everyday.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,20 @@ master, nor exposed as a part of a stable branch.
<11> make sure I did not accidentally rewind master beyond what I
already pushed out. "ko" shorthand points at the repository I have
at kernel.org, and looks like this:
$ cat .git/remotes/ko
URL: kernel.org:/pub/scm/git/git.git
Pull: master:refs/tags/ko-master
Pull: maint:refs/tags/ko-maint
Push: master
Push: +pu
Push: maint
+
------------
$ cat .git/remotes/ko
URL: kernel.org:/pub/scm/git/git.git
Pull: master:refs/tags/ko-master
Pull: maint:refs/tags/ko-maint
Push: master
Push: +pu
Push: maint
------------
+
In the output from "git show-branch", "master" should have
everything "ko-master" has.

<12> push out the bleeding edge.
<13> push the tag out, too.

Expand Down

0 comments on commit 53bcf78

Please sign in to comment.