From 26a5b69b4f4c7616d2beba910fe6080d9c1d0dfc Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 8 Nov 2020 19:35:25 -0800 Subject: [PATCH] Add git push doskey. --- cmd_autoexec.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd_autoexec.bat b/cmd_autoexec.bat index 795e94a..a989ea2 100644 --- a/cmd_autoexec.bat +++ b/cmd_autoexec.bat @@ -10,3 +10,4 @@ doskey ..=cd.. doskey ...=start. doskey \=cd\ doskey gc=gitcheckup $* +doskey gp=git push $*