일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 의정부 전주콩나물국밥
- MongoDB mongoimport
- 가민 크로노스
- java 알고리즘
- java lombok
- 10k 마라톤
- 의정부 전주본가
- 가민
- 서울 홍어삼합
- 알고리즘
- 마라톤
- 의정부 콩나물국밥 맛집
- Running 연습
- lombok
- 의정부시청역 콩나물국밥
- 10KM 러닝
- 인터벌 러닝
- 서울 흑산도홍어
- Garmin Chronos
- 가민 크로노스 러닝
- 러너
- 가민 인터벌 러닝
- MongoDB foreach
- 신대방삼거리역 흑산도홍어
- 신대방삼거리역 홍어
- 의정부역 콩나물국밥
- github command
- 신설동역 맛집
- 인터벌러닝
- 가민 크로노스 인터벌 러닝
- Today
- Total
목록개발/Github&SVN (7)
나의 Winding Road
[2018-08-28 화요일]* 내용: Visual Studio anhksvn merge 작업1. SVN Merge1) Switch2) Merge3) Commit4) Bracnches Merge2. 서버 적용1) trunk svn update2) 서버 재시작 1. SVN Merge 1) Switch * trunk로 변경(from trunk to branches) 2) Merge * 솔루션 우클릭 후 'Merge Solution...' 선택 * Merge two different tress 선택 * Branches의 Revision ID 확인 * From-To 설정 및 Revision ID 설정 * Merge 진행 3) Commit * 내용 확인 후 Commit ※ merge 후 바뀌지 않아도 될 내용이 ..
[2018-08-26 일요일]* 내용: error: src refspec master does not match any.1. 에러 내용2. 해결 방법 1. 에러 내용 * 내용error: src refspec master does not match any.error: failed to push some refs to 'origin' 2. 해결 방법 * 참고 url: http://yjoo00.tistory.com/111- commit 된 항목이 없어 발생하는 에러
[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..
[2018-08-26 일요일]* 내용: clone1. 참고 자료2. 실습1) URL 확인2) clone 1. 자료 * 참고 URL: http://emflant.tistory.com/218 2. 실습 1) URL 확인 * URL 복사 2) clone * command - git clone https://github.com/xxxx/xxxx
Art With 프로젝트 Github 사용을 안 한 지 벌써 두 달이 지났다. 기억이 나지 않아 그 과정을 다시 기록. 1. Create Organization으로 art-with-developer 생성 2. 새 저장소 art-with 생성 3. 소스트리 Settings 4. 소스트리 Create New Repository 5. 해당 폴더에 소스코드 추가 후 Add - 이후 Push & Commit 이거 하다가 Web Workspace 날림... 별 건 없어서 상관 없었지만 큰일날 뻔 했다.앞으로는 까먹지 말아야지. RIP Web Workspace.