Notice
Recent Posts
Recent Comments
05-10 16:02
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ROWNUM
- github
- SQLD
- 백준 1756
- 깃허브
- AWS
- 리스트 컴프리헨션
- 프로그래머스 조건에 맞는 개발자 찾기
- 백준 11059
- 파이썬
- 백준 크리문자열
- 알고리즘
- sql
- react
- 백준 2852
- 백준 24499 파이썬
- 정규화
- join
- 데이터베이스
- SAA-C02
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