명령어

Git & Github 명령어1. git config 확인git config —list2. git config 설정git config —global user.nameuser.name 확인하는 명령어입니다.git config —global user.name “name”user.name을 지정하는 명령어입니다.git coonfig —global user.emailuser.email을 확인하는 명령어입니다.git coonfig —global user.email “email”user.email을 지정하는 명령어입니다.3. git config 삭제git conifg —unset —global user.namegit conifg —unset —global user.email4. git init 초기화디렉토리를 gi..
defxyj
'명령어' 태그의 글 목록