From b81af1838d3cc96b0662d35b4d8b4ebd6702e9ce Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 Jan 2016 16:53:27 +0000 Subject: [PATCH] Fixed typo in difftool alias --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index b1a1cf1..56146b5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -89,7 +89,7 @@ rbi = rebase --interactive s = status --short --branch sb = show-branch -a - dt = diftool + dt = difftool [branch] autosetupmerge = true