DEV Community

Discussion on: Git helpers - Simplify your git workflow

Collapse
 
xavierartot profile image
Xavier Artot • Edited

to see the alias associate to git type:
alias | grep git

but again I'm using a plugin to help me to use the alias and force to remember it.
It's very helpfull when you have like me 390 alias:


alias | wc
390 1346 12969

git helpers is not a command in Git?

Thread Thread
 
sapirgolan profile image
Sapir Golan

I'm not using zplug, however i do use alias | grep to find the alias I'm looking for.

I have managed to create a plugin for zsh that is based on git helpers. I'm not sure how to share this plugin