]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: change alias 'ci' back to 'commit'
authorOleg Broytman <phd@phdru.name>
Sat, 16 Jul 2016 02:06:57 +0000 (05:06 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 16 Jul 2016 02:06:57 +0000 (05:06 +0300)
.gitconfig

index e8f7f7741bf2284e7d62d99555be17b20de935fb..4ecffc961f05df80455355b514ce00f71b1e9c42 100644 (file)
@@ -35,8 +35,6 @@
 
   ### commit ###
 
-  ci = commit --interactive
-
   cm = commit --message
 
   ### checkout ###
        cav = commit --all --verbose
        cane = commit --amend --no-edit
        checkin = commit
+       ci = commit
        cat = cat-file -p
        dump = cat-file -p
        file = cat-file -t