From cdb049e17a3f9d78984665742e6e5f24ef7fd044 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 4 Nov 2019 09:49:54 -0500 Subject: [PATCH] Add a pull with autostash alias to #gitconfig --- git/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 112c275..177bd0f 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -18,7 +18,8 @@ ci = commit br = branch co = checkout - df = diff + d = diff + p = pull --autostash l = log --date-order --date=iso --graph --full-history --all --pretty=format:'%x08%x09%C(red)%h %C(cyan)%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08 %C(bold blue)%aN%C(reset)%C(bold yellow)%d %C(reset)%s' lg = log -p lg1 = 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