(https://github.com/NHNNEXT/2015-02-HTML5/)
git clone https://github.com/{본인_아이디}/2015-02-HTML5
ex) git clone https://github.com/mixed/2015-02-HTML5
cd 2015-02-HTML5
git remote add upstream https://github.com/NHNNEXT/2015-02-HTML5
git checkout -t origin/본인_아이디
ex) git checkout -t origin/mixed
git pull upstream 본인_아이디
git rebase upstream/본인_아이디
git status //확인
git rm 파일명 //삭제된 파일
git add 파일명(or * 모두) // 추가/변경 파일
git commit -m "메세지" // 커밋
git push origin 본인_아이디
ex) git push origin mixed
- transition, transform
- XMLHttpRequest2(CORS)
- localStorage, sessionStorage
- on/offline
- pushState, popState
- keyframe
- fetch, promise
- indexedDB
- Service Worker