MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / push

Method push

3rdparty/unioncode-GitQlient/src/git/GitRemote.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33GitExecResult GitRemote::push(bool force)
34{
35 QLog_Debug("Git", QString("Executing push"));
36
37 const auto ret = mGitBase->run(QString("git push ").append(force ? QString("--force") : QString()));
38
39 return ret;
40}
41
42GitExecResult GitRemote::pushCommit(const QString &sha, const QString &remoteBranch)
43{

Callers 7

putMethod · 0.45
printRangeMethod · 0.45
diff_cleanupSemanticMethod · 0.45
CapturerMethod · 0.45
marked.jsFile · 0.45
splitCellsFunction · 0.45

Calls 3

QStringClass · 0.50
runMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected