Pārlūkot izejas kodu

Added git alias dc - "diff --cached"

Alois Mahdal 11 gadus atpakaļ
vecāks
revīzija
5087be234d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      dotfiles/git-universe/gitconfig

+ 1
- 0
dotfiles/git-universe/gitconfig Parādīt failu

@@ -10,3 +10,4 @@
10 10
     editor = vim
11 11
 [alias]
12 12
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
13
+  dc = diff --cached