나에겐 생소한 오픈 소스 관련 기술들

개발IDE

Client

Server

DB

Hosting

Git

git init
git status
git remote add origin <원격 서버 주소>
git add [option]
git commit -m(a) “log message…” 
git push origin master 
등등...

결과물



blog comments powered by Disqus