mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
todo
This commit is contained in:
parent
a8eb68357b
commit
7c68a0ff23
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ impl PushComponent {
|
||||||
self.pending = true;
|
self.pending = true;
|
||||||
self.progress = None;
|
self.progress = None;
|
||||||
self.git_push.request(PushRequest {
|
self.git_push.request(PushRequest {
|
||||||
|
//TODO: find tracking branch name
|
||||||
remote: String::from("origin"),
|
remote: String::from("origin"),
|
||||||
branch,
|
branch,
|
||||||
})?;
|
})?;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue