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