Added batch scripts to make push/pull easier
This commit is contained in:
parent
67378cfa5e
commit
b9d8cf6028
8
commit.bat
Normal file
8
commit.bat
Normal file
@ -0,0 +1,8 @@
|
||||
git add .
|
||||
@echo off
|
||||
set /p "cm=Enter Commit Message: "
|
||||
git commit -m "%cm%"
|
||||
echo Ready to push to repository
|
||||
pause
|
||||
git push
|
||||
pause
|
Loading…
x
Reference in New Issue
Block a user