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