일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- aggs
- analyzer test
- ELASTIC
- Java
- 차트
- query
- TensorFlow
- zip 암호화
- docker
- Mac
- matplotlib
- plugin
- springboot
- token filter test
- Kafka
- license delete
- licence delete curl
- aggregation
- sort
- Test
- API
- License
- flask
- Elasticsearch
- high level client
- MySQL
- Python
- 900gle
- zip 파일 암호화
- 파이썬
- 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