forked from qt-creator/qt-creator
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:
committed by
André Hartmann
parent
82e997cf59
commit
44205a961e
@@ -82,6 +82,7 @@ private:
|
||||
void rebase();
|
||||
bool cherryPick();
|
||||
void log(const QModelIndex &idx);
|
||||
void push();
|
||||
|
||||
QToolButton *m_addButton = nullptr;
|
||||
QToolButton *m_refreshButton = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user