]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: change alias 'ci' back to 'commit'
[dotfiles.git] / .gitconfig
index 5651513f2da77563b615ec9a2b215bc13231344c..4ecffc961f05df80455355b514ce00f71b1e9c42 100644 (file)
@@ -35,8 +35,6 @@
 
   ### commit ###
 
-  ci = commit --interactive
-
   cm = commit --message
 
   ### checkout ###
@@ -99,7 +97,7 @@
   add-global-alias = "!git add-alias --global"
   add-local-alias = "!git add-alias --local"
 
-  tags = tag -n1 -l
+  tags = tag -n1 --list
 
   # Find text in any commit ever
   grep-all = !"f() { git rev-list --all | xargs git grep \"$@\"; }; f"
        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
        rbia = !git rbi123 --autosquash ''
        rbiap = !git rbi123 --autosquash --preserve-merges
        rbip = !git rbi123 '' --preserve-merges
-       remotes = remote -v
+       remotes = remote --verbose
        #root = !pwd
        root = rev-parse --show-toplevel
        st = status --short