Notice
Recent Posts
Recent Comments
05-15 03:09
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 파이썬
- react
- 백준 1756
- github
- 알고리즘
- 백준 11059
- join
- SAA-C02
- sql
- 리스트 컴프리헨션
- 깃허브
- 백준 크리문자열
- SQLD
- 백준 2852
- 데이터베이스
- 백준 24499 파이썬
- ROWNUM
- 프로그래머스 조건에 맞는 개발자 찾기
- 정규화
- AWS
Archives
- Today
- Total
목록레포지토리 병합 (1)
-
[Github] master → main 강제 병합
깃허브 repository를 새로 만들고 main이 아닌 다른 브랜치에 먼저 커밋을 했을 때, 아래와 같은 문제가 나오는 경우 해결 방법 "There isn't anything to compare. Nothing to compare, branches are entirely different commit histories" git checkout master git branch main master -f git checkout main git push origin main -f
Git
2023. 1. 23. 13:15