We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abbr -a
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
git cl
cl
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
ci
git ci
git commit
The text was updated successfully, but these errors were encountered:
Look like this feature can only be implemented in the shell.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Feature request
For only .gitconfig file, i want this feature
After typing
git cl
and press space key, alias should expande.g
cl
option will turn intoclone
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 tocl
Again correct it from
cl
toci
and press space keye.g
git ci
will turn intogit commit
The text was updated successfully, but these errors were encountered: