2024. 2. 15. 13:45ㆍ자료
연동 하기 전 git 설치 필요
[Git] git 설치
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 platf
magic-potato.tistory.com
1. VScode 검색 입력창 활성
Window : Ctrl + Shift + p or F1
Mac : command + Shift + p
2. Git: Clone 검색
3. 복사했던 gitlab 레포지토리 주소 입력, 엔터
4. 경로 설정 창에서 연결하고자 하는 폴더를 선택
(gitlab에 보안이 걸려있는 경우) ssh키를 생성하여 gitlab에 입력해줘야 하며, 레포지토리 관리자가 권한을 부여해줘야 한다.
commit
VSCode Side bar에 있는 Source Control을 클릭하면 커밋할 수 있는 버튼이 뜬다.
message 부분에 내용을 입력하고 commit 버튼을 누르면 됨 (메세지 없으면 무한로딩 발생)
'자료' 카테고리의 다른 글
[VSCode] 단축키 모음 (1) | 2024.02.15 |
---|---|
[Git] Make sure you configure your 'user.name' and 'user.email' in git. error (0) | 2024.02.15 |
[VSCode] GitLens, Git History (0) | 2024.02.15 |
[Qt] 설치 (0) | 2024.02.15 |
[Visual Studio] (0) | 2024.02.15 |