일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ExtendWith
- OpenXLSX 한글
- Console
- 멀티바이트 문자 집합 사용
- __vsnprintf
- git 최초 설정
- SQLite3
- Mqtt
- __snprintf
- wxWidget
- .gitattributes
- c++ Broadcast
- 확인할 수 없는 외부 기호
- MFC
- OpenCPN
- Plugins
- _sprintf
- 정적 라이브러리에서 MFC 사용
- c++ set struct
- 사전설치
- sts4
- 설치 테스트
- c2678
- git 대용량 파일
- OpenCPN설치
- Flutter
- esp-wroom-32d
- LINK2001
- 의존주입
- winsock.h Broadcast
- Today
- Total
목록Git (3)
세상을 이롭게

github에선 100MB 이상의 대용량 파일을 올리려 하면 에러가 난다. 이를 위해 친절한 github는 LS 라는 것을 배포하였다. LFS란 크기가 큰 파일을 다루기 위해서 github에서 제공하는 오픈소스이며, 용량이 큰 파일, 혹 binary 파일들을 별도로 관리하도록 한다. https://git-lfs.github.com/ Git Large File Storage Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server li..

필자는 github를 사용한다. 여러번 해보았지만, 처음부터 remote repository 에 작업 공간을 만들어 놓고, git clone 하여 사용하는 것이 제일 편한 방법인것 같다. 이번에도 문서를 참고 하며 진행해본다. https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-%EB%A6%AC%EB%AA%A8%ED%8A%B8-%EC%A0%80%EC%9E%A5%EC%86%8C Git - 리모트 저장소 원격 저장소라 하더라도 로컬 시스템에 위치할 수도 있다. “remote” 저장소라고 이름이 붙어있어도 이 원격 저장소가 사실 같은 로컬 시스템에 존재할 수도 있다. 여기서 “remote” 라는 이름은 git-scm.com 먼저 remote repo..

https://git-scm.com/downloads Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp git-scm.com unix 환경에서 console 창으로 명령어를 날리듯 git에 특화되어있는 CommandLine Tool 이다. https://git-scm.com..