File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -308,15 +308,18 @@ master or exposed as a part of a stable branch.
308
308
<10> create a signed tag.
309
309
<11> make sure master was not accidentally rewound beyond that
310
310
already pushed out. `ko` shorthand points at the Git maintainer's
311
- repository at kernel.org, and looks like this: +
312
- ++(in .git/config) +
313
- {startsb}remote "ko"{endsb} +
314
- {nbsp}{nbsp}{nbsp}{nbsp}url = kernel.org:/pub/scm/git/git.git +
315
- {nbsp}{nbsp}{nbsp}{nbsp}fetch = refs/heads/\*:refs/remotes/ko/* +
316
- {nbsp}{nbsp}{nbsp}{nbsp}push = refs/heads/master +
317
- {nbsp}{nbsp}{nbsp}{nbsp}push = refs/heads/next +
318
- {nbsp}{nbsp}{nbsp}{nbsp}push = +refs/heads/pu +
319
- {nbsp}{nbsp}{nbsp}{nbsp}push = refs/heads/maint++
311
+ repository at kernel.org, and looks like this:
312
+ +
313
+ ------------
314
+ (in .git/config)
315
+ [remote "ko"]
316
+ url = kernel.org:/pub/scm/git/git.git
317
+ fetch = refs/heads/*:refs/remotes/ko/*
318
+ push = refs/heads/master
319
+ push = refs/heads/next
320
+ push = +refs/heads/pu
321
+ push = refs/heads/maint
322
+ ------------
320
323
+
321
324
<12> In the output from `git show-branch`, `master` should have
322
325
everything `ko/master` has, and `next` should have
You can’t perform that action at this time.
0 commit comments