[git] alias for my commit only

This commit is contained in:
Mathieu Maret 2014-07-30 14:08:20 +02:00 committed by Mathieu Maret
parent b4ca9315e3
commit fe0370c81b
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
dt=difftool # to have diff with meld
dt =difftool # to have diff with meld
mylog = log --committer=\"$(git config user.name)\"
#[diff "odf"]
# textconv=odt2txt
#[diff "odt"]