git-extras
git-extras copied to clipboard
Show option: expand alias in terminal before it gets executed (like `abbr -a` in fish shell)
Feature request
For only .gitconfig file, i want this feature
[alias]
cl = clone
ci = commit
-
After typing
git cland press space key, alias should expand e.gcloption will turn intoclone -
For some reason, if i made a mistake, i can press Esc or Ctrl+space to undo alias expansion e.g
clonewill revert back tocl -
Again correct it from
cltociand press space key e.ggit ciwill turn intogit commit
Look like this feature can only be implemented in the shell.