pinebook-tests/Makefile

9 lines
107 B
Makefile
Raw Permalink Normal View History

all:
# simple sortcut to push all git changes
push:
git pull
git add --all
-git commit -a -s
git push