컴퓨터/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

https://velog.io/@may-verde/%EA%B9%83%ED%97%88%EB%B8%8C%EC%97%90-%EB%A1%9C%EC%BB%AC-%ED%8F%B4%EB%8D%94-%EC%97%B0%EA%B2%B0%ED%95%98%EA%B8%B0clone

 

[Git] 깃허브에 로컬 폴더 연결하기(clone)

1. PC(로컬)에 새로운 폴더 생성 **2. 마우스 오른쪽 - Git Bash Here * mac은 terminal에서 열기* 3. 깃 계정

velog.io

git config --global user.name "내 이름"
git config --global user.email "내 메일 주소"

'컴퓨터 > git' 카테고리의 다른 글

git repository 생성  (0) 2024.07.26
Visual Studio Code 로 다루는 Git  (0) 2023.02.24
git fatal error  (0) 2021.10.18
CRLF 캐리지리턴 라인피드  (0) 2020.04.22
sourcetree remote: Permission to... denied to...  (0) 2020.04.16