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 8ee9a18 + 3f36eb4 commit 7b828a0Copy full SHA for 7b828a0
Documentation/gitremote-helpers.txt
@@ -185,6 +185,12 @@ applicable refspec takes precedence. The left-hand of refspecs
185
advertised with this capability must cover all refs reported by
186
the list command. If no 'refspec' capability is advertised,
187
there is an implied `refspec *:*`.
188
++
189
+When writing remote-helpers for decentralized version control
190
+systems, it is advised to keep a local copy of the repository to
191
+interact with, and to let the private namespace refs point to this
192
+local repository, while the refs/remotes namespace is used to track
193
+the remote repository.
194
195
'bidi-import'::
196
This modifies the 'import' capability.
0 commit comments