Git: Add push to branch view

Allows pushing the selected local branch to any remote branch.

Change-Id: I6fb9ee8e1659070c1c759fe64b713fb2235c8816
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2018-10-21 13:34:24 +02:00
committed by André Hartmann
parent 82e997cf59
commit 44205a961e
2 changed files with 21 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ private:
void rebase();
bool cherryPick();
void log(const QModelIndex &idx);
void push();
QToolButton *m_addButton = nullptr;
QToolButton *m_refreshButton = nullptr;