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
- 동
- 카카오 코테
- 그리디알고리즘 #그리디 #백준 #우선순위큐 #최소힙 #최대힙 #알고리즘 #코딩테스트 #python
- 백준 #백준알고리즘 #알고리즘 #코딩테스트 #코딩테스트준비 #코테준비 #백준2110 #python #문제풀이
- 백준 #백준2217 #백준로프 #python
- 프로그래머스 #sql #mysql #코딩테스트
- 프로그래머스 #python #2021카카오 #카카오코테 #카카오인턴쉽
- 프로그래머스 #NULL 처리하기
- 프로그래머스 #python #코딩테스트 #코테공부 #알고리즘 #dict
- 카카오 #프로그래머스 #python #코딩테스트 #오픈채팅방
- 백준 #이거다시풀기
- 프로그래머스 #c++ #코딩테스트
- 프로그래머스 #네트워크 #c++ #코딩테스트 #코테 #코테준비 #dfs
Archives
- Today
- Total
목록공부 준비 자료/git (1)
say repository
github로 협업 프로젝트 관리하기
vscode git init git add ~~ + 버튼 눌러서 all commit ( git remote rm origin ) commit message 남기기 / git commit -m "first commit" git branch -m main get remote -v (확인) git remote add origin "repo 복사" git push origin main git push origin main --force rm -rf .git git rebase --continue
공부 준비 자료/git
2022. 4. 24. 18:44