Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 567 Bytes

File metadata and controls

15 lines (12 loc) · 567 Bytes

lassl.github.io

포스트 작성 방법

먼저 아래의 command를 수행합니다.

$ git config --local user.email "yourAccount@navercorp.com"
$ git config --local user.name "yourNickname or yourName"
$ git config --local commit.template .gitmessage.txt

원고 작성 방법를 참고하여, 작성부탁드립니다.

ETC