summaryrefslogtreecommitdiffstats
path: root/giteveryday.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-06 22:35:57 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-06 22:35:57 -0700
commita89117826695bd15a06ab893f088622d58d49b0f (patch)
tree70a28e4da17998aca0ba3e65532c146377dc655b /giteveryday.html
parentcb66540f7a8e62233e4f403871e927e8de01bb3f (diff)
downloadgit-htmldocs-a89117826695bd15a06ab893f088622d58d49b0f.tar.gz
Autogenerated HTML docs for v2.27.0-343-g4a0fcf
Diffstat (limited to 'giteveryday.html')
-rw-r--r--giteveryday.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/giteveryday.html b/giteveryday.html
index d4f04c881..3f4a5f8d9 100644
--- a/giteveryday.html
+++ b/giteveryday.html
@@ -1247,13 +1247,13 @@ $ git am -3 -i -s ./+to-apply <b>&lt;4&gt;</b>
$ compile/test
$ git switch -c hold/linus &amp;&amp; git am -3 -i -s ./+hold-linus <b>&lt;5&gt;</b>
$ git switch topic/one &amp;&amp; git rebase master <b>&lt;6&gt;</b>
-$ git switch -C pu next <b>&lt;7&gt;</b>
+$ git switch -C seen next <b>&lt;7&gt;</b>
$ git merge topic/one topic/two &amp;&amp; git merge hold/linus <b>&lt;8&gt;</b>
$ git switch maint
$ git cherry-pick master~4 <b>&lt;9&gt;</b>
$ compile/test
$ git tag -s -m "GIT 0.99.9x" v0.99.9x <b>&lt;10&gt;</b>
-$ git fetch ko &amp;&amp; for branch in master maint next pu <b>&lt;11&gt;</b>
+$ git fetch ko &amp;&amp; for branch in master maint next seen <b>&lt;11&gt;</b>
do
git show-branch ko/$branch $branch <b>&lt;12&gt;</b>
done
@@ -1269,7 +1269,7 @@ see what you were in the middle of doing, if anything.
<p>
see which branches haven&#8217;t been merged into <code>master</code> yet.
Likewise for any other integration branches e.g. <code>maint</code>, <code>next</code>
-and <code>pu</code> (potential updates).
+and <code>seen</code>.
</p>
</li>
<li>
@@ -1296,7 +1296,7 @@ master or exposed as a part of a stable branch.
</li>
<li>
<p>
-restart <code>pu</code> every time from the next.
+restart <code>seen</code> every time from the next.
</p>
</li>
<li>
@@ -1346,7 +1346,7 @@ repository at kernel.org, and looks like this:</p></div>
fetch = refs/heads/*:refs/remotes/ko/*
push = refs/heads/master
push = refs/heads/next
- push = +refs/heads/pu
+ push = +refs/heads/seen
push = refs/heads/maint</code></pre>
</div></div>
</div>
@@ -1546,7 +1546,7 @@ create and push version tags.
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-07-06 22:33:22 PDT
</div>
</div>
</body>