From f5bfac03e81014e34b5816b00bbd7896e274d97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 7 Mar 2017 12:11:31 +0100 Subject: [PATCH] Dont show all branches by default in git graph --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 4eaba0f..c5d084b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,7 +29,7 @@ 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 + 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)' stage = add unstage = reset -q HEAD --