From 89e57911c040d0a6acc1be0a227256bd05235b22 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Thu, 29 Apr 2021 17:45:06 +0200
Subject: [PATCH] git_commit_and_push via make

---
 Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index a7dbd0b4..76630aa8 100644
--- a/Makefile
+++ b/Makefile
@@ -66,14 +66,17 @@ setup_pip_install:
 love:
 	@echo "not war!"
 
-git_commit:
-	git add *
+vcs_commit:
+	git add .
 	git commit -m "git_commit_and_push via make"
 
-git_push:
+vcs_push:
 	git push
 
-git: git_commit git_push
+vcs_pull:
+	git pull
+
+vcs: vcs_commit vcs_push vcs_pull
 
 clean_eggs:
 	@echo "clean_eggs"
-- 
GitLab