[Git] git 최초 설정 명령어 모음


[Git] git 최초 설정 명령어 모음

[Github] git 최초 설정 명령어 모음 - git config $ git config --global user.name 이름 $ git config --global user.email 이메일 $ git config --global -list - 어떤 사람이 커밋을 남겼는지 확인할 수 있도록 이름과 이메일을 최초 1회만 설정.. maeseok.tistory.com git config $ git config --global user.name 이름 $ git config --global user.email 이메일 $ git config --global -list - 어떤 사람이 커밋을 남겼는지 확인할 수 있도록 이름과 이메일을 최초 1회만 설정한다. (3번째 명령어를 통해 제대로 입력했는지 확인 가능) git remote $ git remote add origin {원격 저장소 주소} EX) git remote add origin https://github.com/maeseok/F...


#add #commit #config #git #origin #push #remote

원문링크 : [Git] git 최초 설정 명령어 모음