Compare commits

..

No commits in common. "d3024435b2736ffd9d0d385c6ec9894e3e5b710f" and "8f2c1f4a49fc24f87047a927171b1284e33d198c" have entirely different histories.

2 changed files with 6200 additions and 5873 deletions

View File

@ -1,7 +1,6 @@
@echo off @echo off
set /p msg=Commit Message: set /p msg=Comit Message:
git add . git add .
git commit -m "%msg%" git commit -m "%msg%"
git pull --rebase
git push git push
pause pause

File diff suppressed because it is too large Load Diff