250x250
반응형
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
- Linux
- 엘든링
- PostgreSQL
- ubuntu
- 어드벤스
- 스쿠버다이빙
- Front-end
- 야생의숨결
- 젤다의전설
- 오픈워터
- JS
- 씨홀스
- 게임
- 공략
- 취미
- JavaScript
- Angular
- docker
- 다이빙
- 세부
- 뱀파이어서바이벌
- window10
- 여행
- psql
- 개발툴
- 도커
- guide
- window
- hybride
- WebView
Archives
- Today
- Total
Rianshin
Git config 설정 본문
728x90
반응형
SMALL
Git config 설정 확인
git config --list
Git username, email 변경
- git config 삭제
git config --unset user.name
git config --unset user.email
- git gloval 등록
git config --global user.name "RianShin"
git config --global user.email "RianShin@gmail.com"
728x90
반응형
LIST
'Develop' 카테고리의 다른 글
Android Webview log 크롬으로 확인하기 (0) | 2020.11.03 |
---|---|
윈도우에서 간단히 웹서버 실행하기. (0) | 2020.11.03 |
우분투(Ubuntu) 레드마인 설치 가이드 (0) | 2020.09.28 |
[Mac] 웹서버 구동하기 (0) | 2020.04.02 |
맥 배치파일 (0) | 2020.04.01 |
Comments