일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Kafka
- licence delete curl
- license delete
- Elasticsearch
- plugin
- sort
- query
- ELASTIC
- TensorFlow
- Java
- aggregation
- License
- zip 파일 암호화
- Python
- 차트
- springboot
- API
- 파이썬
- analyzer test
- matplotlib
- 900gle
- Test
- aggs
- high level client
- zip 암호화
- docker
- flask
- token filter test
- Mac
- MySQL
- Today
- Total
목록Git (4)
개발잡부
Credential 정보 저장 $ git config credential.helper store credential.helper의 store 옵션을 주게되면 해당 git directory에선 반영구적으로 인증 절차가 생략됩니다.(저장된 credential 정보를 이용해 인증 처리) 캐시 저장 $ git config credential.helper cache
#git remote URL 주소확인 git remote -v #git branch 변경 git checkout branch_name #git branch 삭제 git checkout -D branch_name #remote URL 변경 $ git remote set-url origin https://github.com/900gle/shopping.git $ git remote set-url origin https://900gle@github.com/900gle/ws-admin-new.git 계정정보 입력하라고 하면?? 1. Credential 정보 저장 #> git config credential.helper store credential.helper의 store 옵션을 주게되면 해당 git direc..
git 계정 2개로 쓸경우 이런 문재인.. remote: Repository not found. fatal: repository 'https://github.com/900gle/shopping.git/' not found set-url 로 업데이트 해도되고 찝찝해서 삭제하고 재등록 ➜ shopping git:(master) git remote remove origin ➜ shopping git:(master) git remote add origin https://계정@github.com/900gle/shopping.git