mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58: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.progress = None;
|
||||
self.git_push.request(PushRequest {
|
||||
//TODO: find tracking branch name
|
||||
remote: String::from("origin"),
|
||||
branch,
|
||||
})?;
|
||||
|
|
|
|||
Loading…
Reference in a new issue