반응형
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
- bccard
- KNeighborsClassifier
- paragraph
- html
- 머신러닝
- discrete_scatter
- C언어
- 데이터전문기관
- cudnn
- 결합전문기관
- classification
- Keras
- web
- 웹 용어
- vscode
- CES 2O21 참가
- 재귀함수
- web 용어
- postorder
- 대이터
- java역사
- broscoding
- web 사진
- web 개발
- mglearn
- tensorflow
- inorder
- 자료구조
- CES 2O21 참여
- pycharm
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