Auto-commit: 2025-08=06 13:58:23
This commit is contained in:
17
Makefile
Normal file
17
Makefile
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
COMMIT_MSG ?= "Auto-commit: $(shell date '+%Y-%m=%d %H:%M:%S')"
|
||||||
|
#--------------------------------------------------------------
|
||||||
|
|
||||||
|
help:
|
||||||
|
@echo "usage: "
|
||||||
|
@echo "make git"
|
||||||
|
@echo "make git msg='...'"
|
||||||
|
@echo "make help "
|
||||||
|
|
||||||
|
#-------------------------------------------------------------
|
||||||
|
git:
|
||||||
|
git status
|
||||||
|
git add .
|
||||||
|
git commit -m $(COMMIT_MSG)
|
||||||
|
git push origin master
|
||||||
|
|
||||||
|
.PHONY: git help
|
Reference in New Issue
Block a user