Skip to content
Snippets Groups Projects
Commit 89e57911 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

git_commit_and_push via make

parent 761f3c10
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment