티스토리 뷰
master에서 시작하기
$git init
$git remote add origin {git url}
$git add {file name}
$git commit -m "{commit message}"
$git push -u origin master
브랜치 생성하여 시작하기
$git init
$git remote add origin {git url}
$git add {file name}
$git commit -m "{commit message}"
$git checkout -b {branch name}
$git push origin {branch name}
'ETC' 카테고리의 다른 글
깃허브 저장소 수정 혹은 초기화가 필요할 때 (0) | 2020.04.01 |
---|---|
Window 10 블루투스 안될 때 (설정 내 on/off버튼 없음. 장치관리자 bluetooth 없음. 블루투스 동글 사용) (0) | 2020.03.26 |
[정규식] 특정 텍스트 앞 글자 까지 선택하기 (0) | 2020.03.26 |
[youtube] iframe 일시정지 및 종료 시 노출되는 관련 동영상 없애기. (0) | 2020.03.26 |
Wowza Streaming Engine using the HTML5 video tag - intro (0) | 2020.03.26 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- jest
- 퍼블리셔
- nodes.js
- 리팩토링
- V-Model
- 프론트엔드
- SASS
- vue cli 4
- WAI-ARIA
- Vue.js
- VUE
- fetch
- restful api server
- vue3
- 탭컴포넌트
- computed
- 러닝자바스크립트
- polyfill
- node-sass
- 토이프로젝트
- semantic
- 중첩라우트
- axios
- scss
- Babel
- 동적slot
- webpack
- sass-loader
- json server
- vueRouter
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함