File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -336,15 +336,20 @@ master, nor exposed as a part of a stable branch.
336
336
<11> make sure I did not accidentally rewind master beyond what I
337
337
already pushed out. "ko" shorthand points at the repository I have
338
338
at kernel.org, and looks like this:
339
- $ cat .git/remotes/ko
340
- URL: kernel.org:/pub/scm/git/git.git
341
- Pull: master:refs/tags/ko-master
342
- Pull: maint:refs/tags/ko-maint
343
- Push: master
344
- Push: +pu
345
- Push: maint
339
+ +
340
+ ------------
341
+ $ cat .git/remotes/ko
342
+ URL: kernel.org:/pub/scm/git/git.git
343
+ Pull: master:refs/tags/ko-master
344
+ Pull: maint:refs/tags/ko-maint
345
+ Push: master
346
+ Push: +pu
347
+ Push: maint
348
+ ------------
349
+ +
346
350
In the output from "git show-branch", "master" should have
347
351
everything "ko-master" has.
352
+
348
353
<12> push out the bleeding edge.
349
354
<13> push the tag out, too.
350
355
You can’t perform that action at this time.
0 commit comments