5 lines
72 B
Batchfile
5 lines
72 B
Batchfile
@echo off
|
|
|
|
git add .
|
|
git commit -m "Auto commit."
|
|
git push origin master |