컴퓨터/git
vscode git
풍경소리^^
2021. 10. 19. 17:47
https://js-note.tistory.com/32
[Visual Studio Code] Github에 코드 올리는 방법
1. Git 설치하기 운영체제에 맞게 설치해 줍니다. https://www.git-scm.com/downloads Git - Downloads Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is o..
js-note.tistory.com
[Git] 깃허브에 로컬 폴더 연결하기(clone)
1. PC(로컬)에 새로운 폴더 생성 **2. 마우스 오른쪽 - Git Bash Here * mac은 terminal에서 열기* 3. 깃 계정
velog.io
git config --global user.name "내 이름"
git config --global user.email "내 메일 주소"