Feature request
For only .gitconfig file, i want this feature
[alias]
cl = clone
ci = commit
-
After typing git cl and press space key, alias should expand
e.g cl option will turn into clone
-
For some reason, if i made a mistake, i can press Esc or Ctrl+space to undo alias expansion
e.g clone will revert back to cl
-
Again correct it from cl to ci and press space key
e.g git ci will turn into git commit
Feature request
For only .gitconfig file, i want this feature
After typing
git cland press space key, alias should expande.g
cloption will turn intocloneFor some reason, if i made a mistake, i can press Esc or Ctrl+space to undo alias expansion
e.g
clonewill revert back toclAgain correct it from
cltociand press space keye.g
git ciwill turn intogit commit