From d1d57c36051c8d9f81f5ea8cd6e50bac675a110a Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 9 Jan 2017 17:22:11 +0100 Subject: [PATCH] more git aliases --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 2d55964..4b9924f 100644 --- a/gitconfig +++ b/gitconfig @@ -14,6 +14,8 @@ lola = log --graph --decorate --pretty=oneline --abbrev-commit --all mnc = merge --no-commit oneline = log --oneline --decorate + pl = pull + ps = push repourl = config --get remote.origin.url shallow = clone --depth=1 staged = diff --cached