Преглед изворни кода

corrected wrong alias: ci is commit not checkin.

Tomi Cvetic пре 8 година
родитељ
комит
6f24b60f67
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

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