반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- nodejs
- Electron
- sort
- onsen-ui
- vuetifyjs
- Vuetify
- kotlin
- onsenui
- 동일 프로그램
- 프로세스 방지
- v-select
- v-text-field height
- Android
- CSS
- MySQL
- xlsx
- NUXT
- Vue
- bucket cors
- naver storage
- f035d
- error
- bucket max-key
- sequelize
- naver storage bucket error
- c#
- electron-nuxt
- vuejs
- JavaScript
- 동일 프로세스
Archives
- Today
- Total
목록개발/software 설치 및 사용 (1)
앙큼한 개발기록
github 프로젝트 사용법
1. git에 프로젝트를 만든다. 2. git 프로젝트 주소를 복사한다. 3. cmd로 git에 올리고 싶은 폴더로 이동한다. cmd 연결해서 마스터 브런치 생성하기…or create a new repository on the command lineecho "# PictologGit" >> README.md (readme파일을 만든다. ) git init (여기를 깃이랑 연동하는 폴더로 만든다.) git add README.md ( readme 를 깃에 추가 한다. 다른 폴더도 동일하게 추가해주면 됨) git commit -m "first commit" ( 커밋 ) git remote add origin 복사한 프로젝트 주소 (오리지널 브런치 생성) git push -u origin master (오리지..
개발/software 설치 및 사용
2018. 1. 21. 16:56