1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 08:50:40 +01:00

feat(mercurial): add hgci alias for interactive commit (#8912)

Closes #8912
This commit is contained in:
Pandu POLUAN
2020-05-11 14:55:20 +07:00
committed by Marc Cornellà
parent 137b45672d
commit d058801a18
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
alias hga='hg add'
alias hgc='hg commit'
alias hgca='hg commit --amend'
alias hgci='hg commit --interactive'
alias hgb='hg branch'
alias hgba='hg branches'
alias hgbk='hg bookmarks'