GitPush: Push all branches

In new repos master doesn't exist.
This commit is contained in:
Vishesh Handa
2019-01-17 14:54:37 +01:00
parent 708c3785a2
commit 3d48ef7419

View File

@ -43,7 +43,7 @@ public class GitPushTask extends AsyncTask<String, Void, Void> {
}
});
pushCommand.call();
pushCommand.setPushAll().call();
} catch (TransportException e) {
Log.d(TAG, e.toString());
result.error("FAILED", e.getMessage(), null);