https://stackoverflow.com/questions/12373733/staging-deleted-files Staging Deleted files Say I have a file in my git repository called foo. Suppose it has been deleted with rm (not git rm). Then git status will show: Changes not staged for commit: deleted: foo How do I stage this stackoverflow.com git rm $(git ls-files --deleted)
https://stackoverflow.com/questions/215718/how-do-i-reset-or-revert-a-file-to-a-specific-revision How do I reset or revert a file to a specific revision? How do I revert a modified file to its previous revision at a specific commit hash (which I determined via git log and git diff)? stackoverflow.com https://stackoverflow.com/questions/949314/how-do-i-get-the-hash-for-the-current-commit-in-git H..
원래 깃헙 README에서 비디오 재생을 지원 안했던거로 기억한다. 그래서, 비디오를 gif로 변환하고 업로드하거나 유튜브에 영상 올려두고 썸네일 따서 리드미에 썸네일 올리고 썸네일 누르면 유튜브로 연결되는식으로 README를 작성했었다. 근데 이제 그럴 필요 없다. 그냥 mp4 파일을 drag & drop 하면된다. 이슈란에도 될것이다. (아마?) 아래 프로젝트 README 작성시 동영상을 활용했다. https://github.com/developer0hye/Yolo_Label GitHub - developer0hye/Yolo_Label: GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v..
git commit --amend 실행하고 메시지 내역 직접 수정 후 저장
프로젝트 관리를 깃랩으로 하는 경우 git fetch --all git reset --hard origin/master git pull origin master https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name/ The new Git default branch name Why we're joining the Git community and updating "master" to "main". about.gitlab.com 최근에 깃랩도 initial branch의 default 이름을 master -> main으로 바꿈 Every Git repository has an initial branch, which is the first b..
유닉스 시스템에서는 한 줄의 끝이 LF(Line Feed)로 이루어지는 반면, 윈도우에서는 CR(Carriage Return)와 LF(Line Feed), 즉 CRLF로 이루어져있다. Git은 OS와 상관없이 일관성을 유지할 수 있도록 자동 변환 기능을 지원한다. 이 기능은 개발자가 git에 코드를 Commit할 때는 CRLF를 LF로 변환해주고, git의 코드를 개발자가 Clone할때는 LF를 CRLF로 변환해준다. 윈도우 사용자의 경우 아래의 명령어 중 하나를 입력하면 된다. git config --local core.autocrlf true git config --global core.autocrlf true --global을 argument로 주면 해당 PC내에 모든 프로젝트에 이 기능이 적용된다..
- Total
- Today
- Yesterday
- 문제집
- 순열
- 이분탐색
- cosine
- C++ Deploy
- 파이참
- 가장 긴 증가하는 부분 수열
- 백준 1766
- 백준 11053
- 인공지능을 위한 선형대수
- Lowest Common Ancestor
- 위상 정렬 알고리즘
- 백준 11437
- 조합
- PyCharm
- 백트래킹
- ㅂ
- LCA
- 단축키
- FairMOT
- MOT
- 백준
- 자료구조
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |