↧
Answer by Asta for zsh git command auto-complete add extra origin to the git...
I found a great plugin for zsh that you can use. If you are using oh-my-zsh then its called gitfast or if just using zsh then you can follow the instructions on his blog article.As the author details...
View Articlezsh git command auto-complete add extra origin to the git branch name
After I clone a git repository locally, I want to switch branch to, says, 'ABCD'.$ git branch -a* master remotes/origin/ABCD remotes/origin/HEAD -> origin/master remotes/origin/master$ git checkout...
View Article
More Pages to Explore .....