Commit eb6c77f2e358a18b95b7ade3513270bfe5fa9417

Stefan Sperling 2019-05-13T17:30:43

update 'got ref' branch creation example

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 73e69b6..b395b0e 100644
--- a/got/got.1
+++ b/got/got.1
@@ -381,7 +381,7 @@ which is forked off the
 .Dq master
 branch:
 .Pp
-.Dl $ got ref mybranch master
+.Dl $ got ref refs/heads/mybranch refs/heads/master
 .Sh SEE ALSO
 .Xr git-repository 5
 .Xr got-worktree 5