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
- web3-react
- 카카오맵 api
- 전체 너비로 css
- Next.js 나이스 본인인증
- CSS
- 구글 메일보내기
- nextjs contact us
- use Client
- 메일 보내기 react
- react swiper
- robots.txt
- Til
- 다중포인터
- nextjs 메일보내기
- nextjs
- 알고리즘
- react
- React 나이스 신원인증
- 함수
- 빈도수세기
- github
- 사이트맵
- swiper
- 카카오지도 구현
- 프론트 본인인증
- JavaScript
- next15
- 프로그래머스
- pass인증
- App Router
Archives
- Today
- Total
목록git (1)
YEV.log
GIT | Git 용어 및 Terminal에서의 명령어들
0. 프로그램 설치 1. Repository (저장소) 2. Initializing a repository 4. Branch 0. 프로그램 설치 Git https://git-scm.com/downloads Visual Studio Code https://code.visualstudio.com/ 🥨 Git이 설치 되었는지 확인 (Terminal) Git이 정상적으로 설치되었다면 설치되어있는 Git 버전이 뜸 git --version 🥨 이름 & 이메일 설정 (Terminal) Git에 본인 정보 등록 git config --global user.name "본인 이름" git config --global user.email "본인 이메일" 1. Repository (저장소) git으로 관리하는 프로젝트 저장..
Web/정보
2021. 10. 16. 23:44