mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
GitPush: Push all branches
In new repos master doesn't exist.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user