From a204580543b5733d787dc709d6ebdfb5a8622970 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Sun, 21 Feb 2021 09:50:11 +0300 Subject: [PATCH] Add fast GIT cmd GIT Pull --- GITPull.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 GITPull.cmd diff --git a/GITPull.cmd b/GITPull.cmd new file mode 100644 index 00000000..a42221fc --- /dev/null +++ b/GITPull.cmd @@ -0,0 +1,2 @@ +git pull +pause>nul \ No newline at end of file