diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-13 19:26:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-13 19:26:13 +0200 |
commit | 3c4dc303c7c768ec7821d416aa916aff9f6f7ce6 (patch) | |
tree | 654745d224d8e5c070bbdd4c32194000fc2f3bd3 | |
parent | a202ee6017621e5716588decf4a371f79371af80 (diff) |
short aliases: Added git-grep
-rw-r--r-- | etc/alias/short | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/alias/short b/etc/alias/short index 9c45432..95b9393 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -27,6 +27,7 @@ alias gitf='git pull' alias gitl='git log' alias gitp='git push' alias gits='git status' +alias git-grep='grep --exclude-dir=.git -r' alias git-serve='git-daemon --verbose --export-all --base-path=. .' ## Mercurial (hg) |