I can’t remember exactly the events that led me to my current scenario, but it happened something like this:
- had a branch named
2-dev-inprogress - changed the name of the
2-dev-inprogress to 2-dev-wip using:git branch -mv 2-dev-inprogress 2-dev-wip
My problem is that when I am in a different branch and want to check 2-dev-wip using tabs (as usual), it completes only 2-dev- and gives me two options:
2-dev-inprogress2-dev-wip
Does anyone know of a specific operation to remove the 2-dev-inprogress from the tab completion history? The only thing I've tried so far is to comment on source ~/.git-completion.bash in my .bash_profile and reload iTerm, but no luck. I also looked into the .git directory, but was scared, thinking that I could do something without repair.
RudyOnRails
source share