Commit 723bd6d42a10339da0a65644962589f3dd03e459

Stefan Sperling 2019-07-14T14:27:08

clarify our intentions regarding clone/fetch and the master branch

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 0fed666..45962f9 100644
--- a/got/got.1
+++ b/got/got.1
@@ -743,3 +743,8 @@ local commits to the
 branch are discouraged, for now, if changes committed to the upstream
 repository need to be tracked.
 See the EXAMPLES section.
+Future built-in
+.Cm clone
+and
+.Cm fetch
+commands should alleviate this problem.