Skip to content

Commit

Permalink
tweaked branches without new commits err message
Browse files Browse the repository at this point in the history
  • Loading branch information
DanConwayDev committed May 23, 2023
1 parent 331f630 commit 146ff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch_pull_push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub fn fetch_pull_push(
) {
None => {
// TODO you should still be able to check it out - find the easliest commit, check it out as branch, find the latest commit and set the branch to that commit.
println!("You are pulling a branch that has been merged or you have delete. ngit doesnt currently support this.");
println!("No new commits were found. Not pulling the branch.");
},
Some(name) => {
println!("exists as a local branch named '{}'. check it out and then fetch /pull.",name);
Expand Down

0 comments on commit 146ff5b

Please sign in to comment.