Commit Diff


commit - ac90e726bb38615ba5126584ccc9642a90e59a69
commit + 95fc3404b801bd9513878a56c019530d56c869d5
blob - c65dd5f2bb5909d507c4997321faa554955b343a
blob + b4fce071eb92d4781777ab8d342d98c467ad1ebd
--- got/got.1
+++ got/got.1
@@ -761,6 +761,12 @@ Create a new commit from local changes in a work tree 
 with a pre-defined log message.
 .Pp
 .Dl $ got commit -m 'unify the buffer cache'
+.Pp
+Update any work tree checked out from the
+.Dq unified-buffer-cache
+branch to the latest commit on this branch:
+.Pp
+.Dl $ got update
 .Pp
 Roll the unified-buffer-cache branch back by one commit, and then
 fetch the rolled-back change into the work tree as a local change
@@ -771,12 +777,6 @@ to be amended and perhaps committed again:
 .Dl # now back out the previous backout :-)
 .Dl $ got backout unified-buffer-cache
 .Pp
-Update any work tree checked out from the
-.Dq unified-buffer-cache
-branch to the latest commit on this branch:
-.Pp
-.Dl $ got update
-.Pp
 Fetch new upstream commits into the local repository's master branch.
 This step currently requires
 .Xr git 1 :