일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- designpattern
- builder
- swift
- iot
- weatherkit
- Architecture
- LifeCycle
- 문법
- chartsorg
- EventLoop
- concurrency
- realtime
- Xcode
- network
- dartz
- tuist
- isolate
- WebSocket
- SwiftUI
- AppleDeveloper
- state
- SampleApp
- flutter
- philipshue
- dgcharts
- uikit
- dart
- OpenAI
- WWDC24
- GIT
Archives
- Today
- Total
목록GIT (1)
Jaebi의 Binary는 호남선
Mac에서 Git 시작하기
목차Git 설정git config 설정 (가급적 Github에 등록한 User Name과 Email 사용)git config --global user.name "{My User Name}"git config --global user.email "{My Email}"SSH 생성SSH Key 생성`ssh-keygen -t rsa -b 4096 -C "My Github Email"`Key 저장할 파일 경로 설정passphrase 입력 & 재입력SSH Agent 실행`eval "$(ssh-agent) -s"`SSH Key 추가`ssh-add ~/.ssh/id_rsa`SSH Public Key 클립보드에 복사`pbcopy Github에 SSH Public Key 등록Github 우측 상단 사용자 아이콘 클릭, S..
Git
2024. 5. 16. 01:04