Skip to content

Commit

Permalink
Update 1-4_ git 명령어 생존 키트.md
Browse files Browse the repository at this point in the history
오타 또 수정 ^^;;
  • Loading branch information
Kimdonghyeon7645 authored Jan 19, 2021
1 parent f4b948a commit e9f19cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-4_ git 명령어 생존 키트.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-> 그 안에 저장소(.git 폴더) 생성
- ### git config user.name, git config user.email
```commandline
git cofig user.name 'my_name'
git config user.name 'my_name'
git config user.email '[email protected]'
```
사용자의 아이디와 이메일을 설정 (커밋할 때 필요함)
Expand Down

0 comments on commit e9f19cd

Please sign in to comment.