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
- redux
- git
- 프론트엔드
- react
- media query
- 자바
- HTML
- cleancode
- 변수
- 그럼에도불구하고
- JS
- @media
- node
- 반응형 페이지
- java
- TypeScript
- max-width
- CSS
- frontend
- react-router-dom
- JavaScript
- webpack
- coding
- 그럼에도 불구하고
- github
- 코드업
- node.js
- 자바문제풀이
- 코딩테스트
- Servlet
Archives
- Today
- Total
목록git pull (1)
그럼에도 불구하고

git fetch와 git pull에 대해 알아보겠습니다. 🧑🏻💻 Remote Tracking Branches remote/branch 패턴을 따릅니다. - origin / master는 origin이라는 원격 repository의 master branch 상태를 참조합니다. - upstream / logoRedesign은 upstream(공통 원격 이름)이라는 이름의 원격에서 logoRedesign 분기의 상태를 참조합니다. 📌 Remote Branches git branch -r git branch -r을 실행하여 local repository가 알고 있는 원격 branch를 볼 수 있습니다. git checkout remote/branch github에서 git clone 해서 받아온 시점의 상태..
이모저모/Git, GitHub
2023. 7. 18. 22:12