From cf7eaa4b65de119fc6e192f0309c5d1095a20b0a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 25 Apr 2017 21:30:52 +0300 Subject: [PATCH] - Don't always push during update-requirements. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 8d98bf7..3b78b1f 100644 --- a/.bashrc +++ b/.bashrc @@ -120,7 +120,6 @@ update-requirements () { git add $file done git commit -m"- Updated requirements." - git push cd - > /dev/null } -- GitLab