일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 의정부역 콩나물국밥
- 신설동역 맛집
- 의정부 콩나물국밥 맛집
- 가민 크로노스 인터벌 러닝
- MongoDB foreach
- 신대방삼거리역 홍어
- 인터벌러닝
- 가민 크로노스
- 알고리즘
- Running 연습
- java 알고리즘
- 의정부 전주본가
- 서울 흑산도홍어
- 마라톤
- github command
- lombok
- MongoDB mongoimport
- java lombok
- 10KM 러닝
- 인터벌 러닝
- 가민 크로노스 러닝
- 가민
- 가민 인터벌 러닝
- 서울 홍어삼합
- Garmin Chronos
- 의정부 전주콩나물국밥
- 의정부시청역 콩나물국밥
- 신대방삼거리역 흑산도홍어
- 러너
- 10k 마라톤
- Today
- Total
목록github command (4)
나의 Winding Road
[2018-08-26 일요일]* 내용: push1. 참고 자료2. 실습1) remote2) push3) 확인 1. 참고 자료 * URL: https://git-scm.com/book/ko/v1/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-%EB%A6%AC%EB%AA%A8%ED%8A%B8-%EC%A0%80%EC%9E%A5%EC%86%8C 2. 실습 1) remote * remote 명령어 활용 - git remote 확인 - URL 확인: git remote -v 2) push * 실습 - command: git push origin master 3) 확인 * PUSH 된 항목 조회 - URL: https://github.com/group-market-developer/GroupMarket/c..
[2018-08-26 일요일]* 내용: commit1. 참고 자료2. 실습1) status 확인2) init3) commit 1. 참고 자료 * URL: https://www.zerocho.com/category/Git/post/580f633046f4fe09815b72a5 2. 실습 1) status 확인 * status 체크 ※ git init 실행 필요 2) init * git init 실행 3) commit * 파일 수정 테스트 * 변경 내용 확인 - command: git dff README.md * commit - command: git commit --all -m "[commit 테스트3] * README.md 파일 수정 테스트"
[2018-08-26 일요일]* 내용: config 확인 및 변경1. 참고 자료2. 실습1) 현재 config 확인2) user.name 등록3) user.email 등록4) 확인 1. 참고 자료 * URL: https://git-scm.com/book/ko/v1/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-Git-%EC%B5%9C%EC%B4%88-%EC%84%A4%EC%A0%95 2. 실습 1) 현재 config 확인 * command - git config --list 2) user.name 등록 * command - git config --global user.name "WindingRoadss" 3) user.email 등록 * command - git config --glo..