반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 결합전문기관
- vscode
- classification
- web 개발
- web 용어
- 머신러닝
- 데이터전문기관
- pycharm
- java역사
- html
- mglearn
- CES 2O21 참여
- postorder
- web
- discrete_scatter
- 자료구조
- cudnn
- CES 2O21 참가
- inorder
- C언어
- 웹 용어
- bccard
- Keras
- 대이터
- paragraph
- KNeighborsClassifier
- broscoding
- 재귀함수
- tensorflow
- web 사진
Archives
- Today
- Total
bro's coding
git.config.user.name/email 본문
반응형
사용자의 이름을 설정한다.
$ git config --global user.name"username"
사용자의 이메일 주소를 설정한다.
$ git config --global user.email"ad@naver.com"
반응형
'[IT] > git' 카테고리의 다른 글
git.sourcetree.log.history (0) | 2020.09.06 |
---|---|
git log (0) | 2020.09.06 |
git.sourcetree.commit (0) | 2020.09.06 |
git.add.-A.commit.-m (0) | 2020.09.06 |
git.status (0) | 2020.09.06 |
git.sourcetree.download (1) | 2020.09.06 |
git.install (0) | 2020.09.06 |
git. init (0) | 2020.09.06 |
Comments