MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / pushToTrackedRemote

Method pushToTrackedRemote

plugins/vcs/Repository.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void Repository::pushToTrackedRemote()
160{
161 auto remote = getTrackedRemote();
162 remote->push(*getHead()); // getHead will succeed because getTrackedRemote did
163}
164
165void Repository::fastForwardToTrackedRemote()
166{

Callers 1

syncWithRemoteFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected