(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 -b 본인_아이디
ex) git checkout -b mixed
git status //확인
git rm 파일명 //삭제된 파일
git add 파일명(or * 모두) // 추가/변경 파일
git commit -m "메세지" // 커밋
git push origin 본인_아이디
ex) git push origin mixed
git push upstream 본인_아이디
ex) git push upstream 본인_아이디
- transition, transform
- XMLHttpRequest2(CORS)
- localStorage, sessionStorage
- on/offline
- pushState, popState
- keyframe
- fetch, promise
- indexedDB
- Service Worker