]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: add alias for grep (g)
authorSimon Ruderich <simon@ruderich.org>
Tue, 14 Oct 2014 02:54:27 +0000 (04:54 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 14 Oct 2014 03:15:48 +0000 (05:15 +0200)
gitconfig.in

index bb835a4f2a7ecf42e60e7ab9fc8c05fef6c85815..f54be46c38c9ea7714b6cf37f65df5d46eeec535 100644 (file)
@@ -66,6 +66,7 @@
        dc  = diff --cached
        dcw = diff --cached --color-words
        ds  = diff --stat
+       g   = grep
        s   = status
        l   = log
        ls  = log --stat