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
- 파이썬
- Spring
- 롬복
- 티스토리챌린지
- 클린코드
- java
- JPA
- Gradle
- 기초100제
- Vue.js
- 오블완
- thymeleaf
- Postman
- Codeup
- golang
- 클린 코드
- mariadb
- Spring Boot
- 알고리즘
- 객사오
- GitHub
- Python
- H2 설치
- 코드업
- Git
- MySQL
- go
- springboot
- 스프링
- spring security
Archives
- Today
- Total
nyximos.log
[Git] 사용자 이름 및 이메일 구성하기 본문
사용자 이름 및 이메일 구성하기
이름
git config --global user.name "이름"
등록된 이름 확인
git config user.name
이메일 등록
git config --global user.email blah@blah
등록된 이메일 확인
git config user.email
'Programming > Git&GitHub' 카테고리의 다른 글
[Git] 브랜치로 작업하기 (0) | 2022.02.22 |
---|---|
[Git] Git Workflow, Git이 데이터를 저장하는 법 (0) | 2022.02.16 |
[Git] Git의 기초, Repository, commit (0) | 2022.02.11 |
[Git] Git 이란? (0) | 2022.02.08 |
[에러] warning: LF will be replaced by CRLF in .gitattributes.The file will have its original line endings in your working directory (0) | 2022.02.07 |