반응형
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
- #useRef #언제 쓰는데?
- 노마드 코더 #타입스크립트 #typescript #class
- npm #not being able to find a file #npm install Error
- react fragment
- React #리액트 이벤트 주기 #리액트 이벤트
- 백준 #직각삼각형
- 백준 #적록색약
- interceptors
- JWT #토큰 #refreshToken #accessToken #Token #token #localStorage #sessionStorage
- axios
- RateLimit
- React #Hook rules #Hook 규칙
- 버블링 #갭쳐링 #이벤트 #JS
- 빡킹독
- 다익스트라 #파티 #백준
- React-Query
- react
- react #useCallback #react Hook
- html entities
- 플로이드 #c++
- 이친수
- React #controlled component #비제어 컴포넌트 #제어 컴포넌트
- React #effect hook #useEffect
- useState #Hooks
- raect typescript #react #typescript #styled-component
- 얕은 복사 #깊은 복사 #shallow copy #deep copy
- 코드스테이츠 #알고리즘 #그리디
- DP #c++
- rate limit
- donwstream #upstream #origin
Archives
- Today
- Total
목록Git-Github (2)
꿈꾸는 개발자
협업에서의 git-github(git-flow)+pre-project 기록하기
보호되어 있는 글입니다.
Git-Github
2023. 4. 17. 22:02
git/github upstream이란?
Upstream/Donwstream 단어 뜻 그대로 생각하면 상류와 하류이다. 이와 마찬가지로 물은 상류에서 하류로 흐듯이 pull하는 쪽이 downstream, pull 당하는 쪽이 upstream이라고 생각하면 된다. 즉 upstream과 downstream은 상대적인 개념이다! upstream과 origin 오픈소스에 기여하기 위해 fork하는 맥락에서 upstream과 origin을 파악해야 한다! => upstream과 donwstream은 항상 상대적인 개념이기 때문에=> fork에서도 상대의 remote repository와 나의 remote repository도 donwstream과 upstream의 관계가 형성된다! 다른 사람의 github 저장소를 fork한 경우 본인의 github이 ..
Git-Github
2023. 1. 9. 12:48