Skip to content

Commit dca3700

Browse files
committed
Pushing HEAD now instead of master
1 parent 0919d6d commit dca3700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitBlocks.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ void GitBlocks::Push(wxCommandEvent &event)
191191
#ifdef __WXMSW__ // Fucking hipster Windows needs some extra code
192192
wxString command = _("cmd.exe /C \"") + git + _(" push origin master\"");
193193
#else
194-
wxString command = _("xterm -e \"") + git + _(" push origin master\"");
194+
wxString command = _("xterm -e \"") + git + _(" push origin HEAD\"");
195195
#endif
196-
Execute(command, _("Pushing master to origin ..."));
196+
Execute(command, _("Pushing HEAD to origin ..."));
197197
}
198198

199199
void GitBlocks::Pull(wxCommandEvent &event)

0 commit comments

Comments
 (0)