mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +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) {
|
} catch (TransportException e) {
|
||||||
Log.d(TAG, e.toString());
|
Log.d(TAG, e.toString());
|
||||||
result.error("FAILED", e.getMessage(), null);
|
result.error("FAILED", e.getMessage(), null);
|
||||||
|
Reference in New Issue
Block a user