We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f052fd6 commit 7a8a3b7Copy full SHA for 7a8a3b7
1 file changed
src/git.rs
@@ -154,7 +154,7 @@ pub fn checkout_branch(
154
Some(default_remote_name) => {
155
if remote_name != default_remote_name {
156
trace!("Non-default remote name requested: {}", remote_name);
157
- format!("{}/{}", remote_name, local_branch_name)
+ format!("req/{}/{}", remote_name, local_branch_name)
158
} else {
159
trace!("Default remote name requested: {}", remote_name);
160
String::from(local_branch_name)
0 commit comments