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 |
Tags
- 코드업
- MySQL
- go
- spring security
- 알고리즘
- 롬복
- Vue.js
- 파이썬
- 클린코드
- mariadb
- JPA
- 클린 코드
- Spring
- Postman
- 티스토리챌린지
- Python
- 기초100제
- Codeup
- GitHub
- 객사오
- Spring Boot
- 오블완
- Git
- 스프링
- thymeleaf
- H2 설치
- Gradle
- springboot
- java
- golang
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 |