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