From 190d3525ae21b9b630394e6321d25c8d4a4f1f3d Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 25 Apr 2022 14:02:50 -0700 Subject: [PATCH] git: new git alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 34be9d3..bc30dd6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,6 +21,7 @@ ch = checkout d = diff lg = log + ok = pull pl = pull ps = push re = restore