You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
280 B
8 lines
280 B
3 years ago
|
# PAL_TEST 프로젝트
|
||
3 years ago
|
## author 변경 必
|
||
|
* 전체 name 및 email 변경 방법
|
||
|
* git config --global user.name '[id(이름)]'
|
||
|
ex) git config --global user.name 'dhji(지대한)'
|
||
|
* git config --global user.email [email]
|
||
|
ex) git config --global user.email [email protected]
|