Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ SetRemote
Method
SetRemote
config/config.go:311–313 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
309
}
310
311
func
(c *Configuration) SetRemote(name string) {
312
c.currentRemote = &name
313
}
314
315
func
(c *Configuration) SetPushRemote(name string) {
316
c.pushRemote = &name
Callers
7
SetValidRemote
Method · 0.95
downloadFileFallBack
Method · 0.80
locksCommand
Function · 0.80
lockCommand
Function · 0.80
cloneCommand
Function · 0.80
unlockCommand
Function · 0.80
filterCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected