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
- bootstrap
- ngrok설치
- CSS
- getModifierState
- nextjs 설치
- github
- Git
- API token
- createGlobalStyle
- ngrok실행
- github io
- API 토큰
- typescript react
- react typescript
- 컨디셔널 렌더링
- dart 변수
- nextjs .env
- input type=file
- git lab
- fetch
- SCSS
- icon
- npm styled-reset
- react
- next.js css
- rewrites
- styled components
- There isn’t anything to compare
- react env
- nextjs
Archives
- Today
- Total
목록There isn’t anything to compare (1)
꾸준히 성장하는 개발자

프로젝트를 하던 중 git 협업을 위해 fork를 떠서 작업 후 pr을 보내는데 아래 화면이 나오며 진행이 되지 않는 상황이 발생했다. 아무래도 fork를 뜬건 main 브랜치에서 fork를 떴는데 나중에 생성된 develop 브랜치로 merge를 하려고 해서 이렇게 뜬것 같다. 그외에도 fork 떠왔는데 연결이 끊긴 경우에도 이렇게 나타났다 해결방법!! push를 보내기 전에 먼저 pull 을 해서 받아주고 프로젝트를 병합을 시키고 진행을 해야 한다. git remote add upstream upstream주소 git pull upstream develop --allow-unrelated-histories upstream 이 연결이 되어 있다면 아래처럼 pull 받을 때 --allow-unrelate..
Git
2022. 7. 27. 17:32