From f603426e5183a261a4ae869faa42fa89e0afac97 Mon Sep 17 00:00:00 2001 From: masterzu Date: Wed, 6 Feb 2019 13:19:38 +0100 Subject: [PATCH] git: change alias d = diff; add alias ch = checkout --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 236e3b9..705dbe5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,7 +2,7 @@ lol = log --graph --decorate --oneline --all lola = log --graph --decorate --pretty=oneline --abbrev-commit --all st = status --short --branch - d = diff --stat + d = diff dn = diff --name-status ds = diff --stat l = log --graph --decorate --oneline --all @@ -10,6 +10,7 @@ ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all dw = diff -w c = commit + ch = checkout [color] ui = true