Skip to content

Commit

Permalink
feat: add nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
jincheng.zhang committed Apr 30, 2024
1 parent c66e893 commit 5ca7e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/netpurr/src/operation/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl Git {
])?;
repo.cmd(["add", "."])?;
repo.cmd(["rm", "-rf", "--ignore-unmatch","--cached", "requests/*"])?;
repo.commit_all("auto commit")?;
repo.commit_all("auto commit");
repo.cmd(["pull", "--rebase"])?;
repo.cmd(["push", "--set-upstream", "origin", &branch_name])
} else {
Expand Down

0 comments on commit 5ca7e17

Please sign in to comment.