diff options
| author | David Kaufmann <astra@ionic.at> | 2016-05-06 02:30:20 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2016-05-06 02:30:20 +0200 |
| commit | e52d6f905b8321786ae7b1c4a19999b0f8382779 (patch) | |
| tree | 6e7990144f3d7b116d32ae38434e3b437d5cc302 /skel | |
| parent | da09e75a093e4d0b2b37c38a87778bbc4e5fc343 (diff) | |
| download | config-e52d6f905b8321786ae7b1c4a19999b0f8382779.tar.gz | |
add git subcommand 'dc'
Diffstat (limited to 'skel')
| -rw-r--r-- | skel/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skel/.gitconfig b/skel/.gitconfig index a87645d..afa0211 100644 --- a/skel/.gitconfig +++ b/skel/.gitconfig @@ -35,6 +35,7 @@ [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + dc = describe --contains [pretty] fixes = Fixes: %h (\"%s\") |
