diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:25:36 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:25:36 +0200 |
commit | 87e48f4427da2ab506ce07cff95a17235525f087 (patch) | |
tree | d3c30ef6b2e661f322cd59027531a8e76c91cd5b /.gitconfig | |
parent | ae3742b30de7fa014a92a630fdc03c1849bf26e2 (diff) | |
download | dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.gz dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ p = push --follow-tags dw = diff --color-words ri = rebase -i --autosquash + fix = commit --fixup [merge] tool = kdiff3 conflictstyle = diff3 |