1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Add simple git commit alias with editor based commit message

This commit is contained in:
Holger Just 2012-11-09 18:08:33 +01:00
parent 759e7f7eea
commit 12aab9a7a7

View File

@ -229,6 +229,7 @@ alias gdiff='git diff'
alias st='git st'
alias log='git lg'
alias ciam='git ci -am'
alias cia='git ci -a'
alias got='git'
alias goit='git'