2 lines
61 B
Batchfile
2 lines
61 B
Batchfile
|
|
@echo off
|
||
|
|
git add .;git commit -m "main";git push origin main
|