본문 바로가기

JAVA/JAVA(MEC)

bat(배치파일) 예시

1

C:

cd C:\Users\psh0749\Desktop\eclipse_3A\runtime-mec.product\zxc\root 




git init

git status

git add *

git commit -m "d"

git remote add origin https://github.com/ehddbsdl22/a14.git

git push origin master









2

C:

cd C:\Users\psh0749\Desktop\eclipse_3A\runtime-mec.product\zzz\root 

git init

git status

git add *

git commit -m "d"

git remote add origin https://github.com/ehddbsdl22/a15.git

git push origin master







3

C:

cd ..

cd root

git init

git status

git add *

git commit -m "d"

git remote add origin https://github.com/ehddbsdl22/a15.git

git push origin master



















'JAVA > JAVA(MEC)' 카테고리의 다른 글

filewriter  (0) 2020.08.24
contextmenuitem 추가 - rcp eclipse (자세히)  (0) 2020.08.24
ignore 여러 test  (0) 2020.08.24
egit  (0) 2020.08.24
super키워드  (0) 2020.08.24