git(2)
-
git 현재 트랙킹하는 브랜치 설정
vs code로 새로운 컴퓨터에서 원격 레포에 pull/push 하려고 하니 아래와 같은 오류가 발생했다. There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/ main 머지할 브랜치가 특정되지 않았다는 것이므로 오류 메시지에서 친절하게 알려준 방법으로 pull을 하거나 git pull 이 레포에서 ..
2023.09.18 -
GitHub - 용량이 큰 파일 push하기
https://hbase.tistory.com/221 [Github] Git LFS (Large File Storage) 사용법 깃(git)은 분산 버전 컨트롤(Distributed Version Control) 시스템 중 가장 인기를 끌고 있는 프로그램이다. 소스코드에 대한 버전 관리를 하기 때문에 수 많은 작은 파일들의 버전을 관리하는데 최적화되 hbase.tistory.com https://github.com/git-lfs/git-lfs/issues/3338 Cannot push using git LFS · Issue #3338 · git-lfs/git-lfs I cannot push anything when using git LFS. I have tried uninstalling both git ..
2022.07.14