diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-13 11:19:01 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-13 11:19:01 -0800 |
commit | 0647a53f9f30e2b7e6152d801302a3899988db4c (patch) | |
tree | cbe2c068440433f2cfbc630cd5551b3365c7f693 /gitconfig | |
parent | [bash] Set editor to vim and new alias for ctags. (diff) | |
download | emacs.d-0647a53f9f30e2b7e6152d801302a3899988db4c.tar.gz |
[git] update alias for commit
I want to see what's going to be commited.
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index c528fea..267dcd4 100644 --- a/gitconfig +++ b/gitconfig @@ -7,7 +7,7 @@ [alias] amend = commit --amend br = branch - ci = commit + ci = commit -v co = checkout pr = pull --rebase st = status -sb |