When I run the git-trim, I can see the message like below:
Some branches are skipped. Consider following to scan them:
*2: Set an upstream to make it a tracking branch or add `--delete 'local' flag.
*3: Make it upstream of a tracking branch or add `--delete 'remote:origin' flag.
To Reproduce
Clone git-trim: git clone git-trim
Move to the git-trim directory: cd git-trim
Create any branch: git branch -f x
Run git-trim: git-trim
Expected behavior
There is a ` before --delete 'remove:origin'. There is no closing ` in the message. Shouldn' it be `--delete 'remote:origin'` ?
Actual behaviour
git-trim prints add `--delete 'remote:origin' flag. The message does not close `.
Check your version before submitting the bug 0.42
Describe the bug
When I run the git-trim, I can see the message like below:
To Reproduce
git clone git-trim
git-trim
directory:cd git-trim
git branch -f x
git-trim
Expected behavior
There is a
`
before--delete 'remove:origin'
. There is no closing`
in the message. Shouldn' it be`--delete 'remote:origin'`
?Actual behaviour
git-trim prints
add `--delete 'remote:origin' flag
. The message does not close`
.Additional context and logs & dumps if necessary
Logs and stacktraces if necessary