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
- simulation
- Python
- 1012
- floyd washall
- javascript
- DFS
- 백준
- 출처:장기효vue.js
- Vue.js
- algorithm
- 코테
- greedy
- programming
- implementaion
Archives
- Today
- Total
목록Git (1)
DevDave
[Git] bare repository 오류
remote: error: refusing to update checked out branch: refs/heads/develop remote: error: By default, updating the current branch in a non-bare repository 오류 해결 # bare repository를 사용하는 이유 공유하기위한 목적으로 bare epo를 생성합니다. 다수의 작업자, 프로젝트 참가자의 변경 사항을 공통으로 관리하기 위한 저장소로 사용할 수 있습니다. bare repo라고 불리는 이 저장소에는 실제 작업되는 파일, 디렉토리가 저장되는 것이 아닌 변경사항, 이력등의 revision history의 정보들을 저장한다. [문제해결] git config --list를 사용하여 여러 ..
Git
2022. 5. 30. 17:25