From 6ba57fd090395be2bb1f1918aea726f34bb5740d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 6 Sep 2016 16:25:02 +0200 Subject: git add aliases and zsh don't share history --- gitconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 0fef859..de6c05c 100644 --- a/gitconfig +++ b/gitconfig @@ -10,3 +10,11 @@ gpgsign = true [merge] tool = vimdiff +[alias] + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + type = cat-file -t + dump = cat-file -p -- cgit v1.2.3