We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a3019 + 08dd45a commit c363771Copy full SHA for c363771
config/refspec.go
@@ -18,7 +18,7 @@ var (
18
ErrRefSpecMalformedWildcard = errors.New("malformed refspec, mismatched number of wildcards")
19
)
20
21
-// RefSpec is a mapping from local branches to remote references
+// RefSpec is a mapping from local branches to remote references.
22
// The format of the refspec is an optional +, followed by <src>:<dst>, where
23
// <src> is the pattern for references on the remote side and <dst> is where
24
// those references will be written locally. The + tells Git to update the
0 commit comments