codewars 도장깨기
- MDN 문서 다시보기
Vue.js
- toy project 로 news vendor 제작중
- 주로 element.io 사용했는데 vuetify 적용해볼까한다.(참고: 14 of the Most Interesting Vue UI Component Libraries for 2020)
git
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
master 브랜치가 아닌 _default 브랜치로 default 로 설정되어있었다.
github repo -> Settings -> Branch 에서 Default branch 재설정 가능하다.
(cf. 메인프로젝트 저장소를 바라보는 remote 를 upstream 이라는 용어를 쓴다고 한다.)