Bläddra i källkod

corrected wrong alias: ci is commit not checkin.

Tomi Cvetic 8 år sedan
förälder
incheckning
6f24b60f67
1 ändrade filer med 1 tillägg och 1 borttagningar
  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