Git 최초 설치후 사용법


Git 최초 설치후 사용법

윈도우 command에서 git bash 실행 최초 설치후 git 사용자 등록 git config --global user.email "[email protected]" git config -global user.name "chu byoung woo" 깃저장소 폴더를 만든다 mkdir myapp git init

Git 최초 설치후 사용법에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : Git 최초 설치후 사용법