mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02:00
Move a bunch of git ops to use the git binary (#302)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const COMMANDS: &[&str] = &[
|
||||
"add",
|
||||
"add_credential",
|
||||
"add_remote",
|
||||
"branch",
|
||||
"checkout",
|
||||
"commit",
|
||||
@@ -10,6 +12,8 @@ const COMMANDS: &[&str] = &[
|
||||
"merge_branch",
|
||||
"pull",
|
||||
"push",
|
||||
"remotes",
|
||||
"rm_remote",
|
||||
"status",
|
||||
"unstage",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user