코딩Coding/GitHub_GitLab관련
-
5.1: .gitignore 파일을 이용하여 파일과 디렉토리를 ignore 처리하기코딩Coding/GitHub_GitLab관련 2023. 9. 26. 11:09
5.1: .gitignore 파일을 이용하여 파일과 디렉토리를 ignore 처리하기 https://nochoco-lee.tistory.com/m/46 5.1: .gitignore 파일을 이용하여 파일과 디렉토리를 ignore 처리하기본 문서는 Git Notes for Professionals (라이센스:CC-BY-SA) 를 한글로 번역한 문서입니다. 번역상 오류가 있을 수 있으므로 정확한 내용은 원본 문서를 참고하세요. Section 5.1: .gitignore 파일을 이용하여 파nochoco-lee.tistory.com
-
6.2 GitHub - GitHub 프로젝트에 기여하기코딩Coding/GitHub_GitLab관련 2023. 7. 10. 14:38
https://git-scm.com/book/ko/v2/GitHub-GitHub-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90-%EA%B8%B0%EC%97%AC%ED%95%98%EA%B8%B0 Git - GitHub 프로젝트에 기여하기 과거에는 “Fork” 가 좋은 의미로 쓰이지 않았다. 오픈 소스 프로젝트를 “Fork” 한다는 것은 복사해서 조금은 다른 프로젝트를 만드는 것을 의미했고 때때로 원래 프로젝트와 경쟁하거나 기여 git-scm.com
-
Snippets in VSCode 스니펫코딩Coding/GitHub_GitLab관련 2023. 6. 22. 12:14
https://code.visualstudio.com/docs/editor/userdefinedsnippets Snippets in Visual Studio Code It is easy to add code snippets to Visual Studio Code both for your own use or to share with others on the public Extension Marketplace. TextMate .tmSnippets files are supported. code.visualstudio.com