Taebu / ezrachurch

서울에스라교회 홈페이지 소스입니다.
http://ezrachurch.kr/wp
1 stars 0 forks source link

2018-11-16 10:00 Start 서버의 이동으로 한동안 미뤄온 github 저장소의 초기화 실시

git init git add --all git config --global user.email "mtaebu@gmail.com" git config --global user.name "Taebu" git commit -m "Initial commit" git remote add origin https://Taebu:***********@github.com/Taebu/ezrachurch.git git push --force --set-upstream origin master

2018-11-16 10:26 End