From 345e2f8634913e23189ccdc3c82d9a07b8d5ad20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Mon, 25 Apr 2016 20:38:07 +0200 Subject: [PATCH] fixed typo --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index f56848b..b665b46 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,7 +23,7 @@ remotes = remote -v precommit = diff --diff-algorithm=minimal -w - interative = add --patch + interactive = add --patch diffdir = difftool --dir-diff graph = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all