먼저 아래의 command를 수행합니다.
$ git config --local user.email "yourAccount@navercorp.om"
$ git config --local user.name "yourNickname or yourName"
$ git config --local commit.template .gitmessage.txt
원고 작성 방법를 참고하여, 작성부탁드립니다.
먼저 아래의 command를 수행합니다.
$ git config --local user.email "yourAccount@navercorp.om"
$ git config --local user.name "yourNickname or yourName"
$ git config --local commit.template .gitmessage.txt
원고 작성 방법를 참고하여, 작성부탁드립니다.