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
													
											
												
												- flutter
- Excel
- PER
- Linux
- tensorflow
- 함수
- 라즈베리파이
- 맛집
- PyQt5
- PyQt
- 날짜
- MySQL
- javascript
- swift
- MS-SQL
- GIT
- python
- 다이어트
- port
- IOS
- ASP
- node.js
- pandas
- sqlite
- ubuntu
- mssql
- urllib
- Unity
- 유니티
- 리눅스
													Archives
													
											
											
											
											목록config (1)
아미(아름다운미소)
			
			
				Git : config 명령어 정리
				
	
	
               
           
					
					
					
					
					
					
						
					
				config깃 저장소의 설정을 조회/관리하는 명령어. --global 옵션이 없으면 저장소별 설정을 의미합니다.작업자의 이름/이메일 설정git config --global user.name "이름" git config --global user.email "이메일"기본 편집기 설정git config --global core.editor 편집기Diff 도구 설정git config --global merge.tool vimdiff설정 확인git config --list git config -l git config --global --list git config core.editor단축어(alias) 만들기git config --global alias.사용할키워드 '명령어'git config --global a..
				랭귀지/Git
				
				2018. 8. 4. 12:39