말인 즉슨 선 Project, 후 Github인 케이스. 아무 것도 없는 Blank Github인 경우는 고민 할게 없다. 먼저 작업 하던 프로젝트를 A, 후에 Github에 생성한 Repository를 B라고 하면 그냥 B에 A를 push 하면 끝난다. 하지만, B를 생성 할 때, License, Readme, gitignore 등을 생성했다면? 당연히 해당 commit이 B에 생성 됐을 것이고, A와 B를 합치는 것이 단순한 작업이 아니다. 내가 선택한 방법은 A프로젝트에 작업하던 Commit History를 잃지 않기 위해 B의 Initial Commit 위로 A 프로젝트를 Rebase 하는 것이다. 상황은 이렇다. aws_boto3_helper 라는 프로젝트를 이미 Git을 통해 작업 중이었고, ..
xcrun: error: active developer path ("/Applications/Xcode10.app/Contents/Developer") does not exist Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools. See `man xcode-select` for more details. Xcode를 업데이트 하고 Git을 쓰려하니 위와 같은 에러 메세지 발생 X..
작업의 흐름에 따라 작성함 일단 가장 기본적인 github에 등록하는거..public key / private key가 쌍으로 있으면private key는 내가 갖고, public key를 github에 등록하면 되는건 누구나 다 알것이다. 문제는.. 내가 쓰는 remote가 github만 있는게 아닐때..키를 일일히 eval $(ssh-agent -s) 한담에 ssh-add ~/.ssh/키이름 이렇게 해주기에는 콘솔이 다시 켜질때마다 저 작업을 일일히 해줘야 하니깐 여간 까다로운게 아니다. 그럴땐 ~/.ssh/config 파일을 관리하자. 없으면 만들면 된다. 내용은 열라 간단하다Host host명IdentityFile ~/.ssh/key파일이름 해주면 끝난다.공개키일 경우에는Host host명Pref..
- Total
- Today
- Yesterday
- NDK
- 안드로이드
- Python
- 리눅스
- it
- C++
- gcc
- driver
- C
- source
- Visual C++
- algorithm
- android
- AWS
- API
- jni
- 드라이버
- db
- kering
- Cloud
- 음악
- Quiz
- Troubleshooting
- linux
- jni강좌
- java
- 프로그래밍
- database
- MFC
- winapi
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |