This commit is contained in:
Stephan Dilly 2020-09-07 22:57:06 +02:00
parent a8eb68357b
commit 7c68a0ff23

View file

@ -58,6 +58,7 @@ impl PushComponent {
self.pending = true;
self.progress = None;
self.git_push.request(PushRequest {
//TODO: find tracking branch name
remote: String::from("origin"),
branch,
})?;