일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 워드프레스
- K-푸드
- K-뷰티
- 깃허브
- 자바스크립트
- 피지컬ai
- 바이오헬스
- 접근성
- 일본어
- 해양안전콘텐츠공모전
- 프론트엔드
- bom
- 국민세정자문단
- 재생에너지허브
- 티스토리
- WordPress
- 함수
- 스마트농업관리사
- DOM
- 모니터링
- 구글
- isds
- 비급여진료가격
- 산업AI엑스포
- 보이스피싱
- 생성형AI
- APEC
- 재량자금
- ai파운데이션
- HTML5
- Today
- Total
목록깃허브 (2)
공공기획 스튜디오 퍼블리크

1. 제목 See the Pen public.re.kr/177-1-01 by Lee Deokho (@duqe) on CodePen.">See the Pen public.re.kr/177-1-01 by Lee Deokho (@duqe) on CodePen.2. 텍스트 스타일 See the Pen public.re.kr/177-1-2 by Lee Deokho (@duqe) on CodePen.">See the Pen public.re.kr/177-1-2 by Lee Deokho (@duqe) on CodePen.3. 텍스트 인용 See the Pen public.re.kr/177-1-03 by Lee Deokho (@duqe) on CodePen.">See the Pen publi..

1. Git 설치와 설정1.1. 다운로드https://www.git-scm.com1.2. 사용자 설정// 초기 사용자 설정$ git config --list // 현재 설정 확인$ git config --global user.name "개발자 이름"$ git config --global user.email "개발자 이메일"// 기본 텍스트 에디터 설정하기$ git config --global core.editor "에디터명" // 에디터명 code --wait (VS Code), vim, nano, notepad, subl -n -w (Sublime Text)// 기본 브랜치명 변경deokh@Luna MINGW64 /d/dev/git-and-github-intro (master)$ git config -..