pause for commit and more extensions
This commit is contained in:
@ -28,10 +28,14 @@ copy "G:\VS-Code-Settings\Git\task-runner.json" "G:\%~1\.husky\task-runner.json"
|
||||
copy "G:\VS-Code-Settings\Git\package.json" "G:\%~1\package.json"
|
||||
git add .
|
||||
git commit -m "Initial Commit"
|
||||
git push origin master
|
||||
git fetch
|
||||
echo "If commit fails run"
|
||||
echo "git commit -m 'Initial Commit'"
|
||||
echo "Once commit passes press return to continue"
|
||||
@pause
|
||||
git push -u origin master
|
||||
git remote add mestsa003 "\\mestsa003.infineon.com\Git\%~1.git"
|
||||
echo "Copy bare to \\mestsa003.infineon.com\Git\%~1 then press return to add remote"
|
||||
@pause
|
||||
git add remote mestsa003 "\\mestsa003.infineon.com\Git\%~1.git"
|
||||
git push mestsa003 master
|
||||
code .
|
||||
exit
|
Reference in New Issue
Block a user