Commit 7b3fde244a9a450ebb2c9bcaf26d091b4aabc3df

Stefan Sperling 2019-07-28T15:34:17

clearly state where 'git fetch' and 'git push' are required

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/got/got.1 b/got/got.1
index 74a3c8d..3a4b84b 100644
--- a/got/got.1
+++ b/got/got.1
@@ -923,8 +923,11 @@ branch:
 .Dl $ got update -c master
 .Dl $ got histedit
 .Pp
-Additional steps are required if local changes need to be pushed back
-to the remote repository.
+Additional steps are necessary if local changes need to be pushed back
+to the remote repository, which currently requires
+.Cm git fetch
+and
+.Cm git push .
 Before working against existing branches in a repository cloned with
 .Dq git clone --bare ,
 a Git