Commit 95fc3404b801bd9513878a56c019530d56c869d5

Stefan Sperling 2019-07-15T17:22:47

swap the order of two examples in man page

diff --git a/got/got.1 b/got/got.1
index c65dd5f..b4fce07 100644
--- a/got/got.1
+++ b/got/got.1
@@ -762,6 +762,12 @@ 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
 to be amended and perhaps committed again:
@@ -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 :