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 | 31 |
Tags
- 웹크롤링
- docker
- scrapping
- 포트포워딩
- go
- route
- npx
- CDN
- 반응형웹
- 웹팩
- react
- Modal
- express
- Redux
- 정규표현식
- graphql
- cicd
- 성능최적화
- 회고
- styled-component
- component
- AWS
- sequelize
- javascript animation
- Recoil
- socket.io
- typescript
Archives
- Today
- Total
프로그래밍 공부하기
[TIL]210111 본문
- Git 사용하기
- 상대 Repository에서 코드 가져오기
- git remote -v : 현재 디렉토리에 연결된 Repository 확인
- git remote add 이름 주소 : 현재 디렉토리에 Repository 추가
- 프로젝트에서 git 사용하기
- Branch : 분리된 작업영역
- 하나의 원본을 베이스로 각자 맡은 부분을 코딩하고 다시 merge한다.
- 각자 개발하면서 서로의 코드에 영향을 주지 않는다.
- git checkout -b Branch이름: Branch 만들고, 만든 branch로 작업공간 이동하기
- git checkout Branch이름: Branch 옮기기
- Branch : 분리된 작업영역
- 상대 Repository에서 코드 가져오기
'기타' 카테고리의 다른 글
Ubuntu(Vmware) 한글 입력하기 (1) | 2021.01.15 |
---|---|
[TIL]210112 (0) | 2021.01.12 |
Git 기본 사용방법2 - 동료와 git 쓰기 (0) | 2021.01.11 |
[TIL]20210105 (0) | 2021.01.05 |
[TIL]20210104 (0) | 2021.01.04 |
Comments