Parcourir la source

corrected wrong alias: ci is commit not checkin.

Tomi Cvetic il y a 8 ans
Parent
commit
6f24b60f67
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

@@ -7,7 +7,7 @@
         st = status
         st = status
         br = branch
         br = branch
         co = checkout
         co = checkout
-        ci = checkin
+        ci = commit
         sst = status -s
         sst = status -s
         wow = log --all --graph --decorate --oneline --simplify-by-decoration
         wow = log --all --graph --decorate --oneline --simplify-by-decoration
         spg = log --pretty=format:"%h %s" --graph
         spg = log --pretty=format:"%h %s" --graph