일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- git
- AWS
- Wordpress
- 항해솔직후기
- sqld
- ARIadminer
- kubernetes
- 항해플러스후기
- AWS시험
- 항해99
- Foundational
- authenticator
- AWS Certified Cloud Practitioner
- 남궁성
- docker
- 항해플러스
- disabled
- 자바의정석
- readony
- Java의정석
- saltkey
- SQL개발자
- 항해플러스백엔드
- 지하철분실물
- 쿠버네티스
- 고객지원실
- 지하철분실
- 도커
- 보안인증서
- Your session has been terminated
- Today
- Total
목록Develop/Git (16)
WorkaHolic
- master가 노예제도를 연상시킨다고 하여, main으로 변경됨 * 다른 변경 사항들이 push가 완료 되어 있다는 전제 하에 1. main로 checkout e.g. git checkout main 2. main에 branch 덮어쓰기 e.g. git reset --hard branch_name 3. 강제(-f) push e.g. git push -f origin main
The repository for this project is empty You can get started by cloning the repository or start adding files to it with one of the following options. 이 프로젝트의 저장소가 비어 있습니다. 저장소를 복제하여 시작하거나 다음 옵션 중 하나를 사용하여 저장소에 파일을 추가 할 수 있습니다. Command line instructions You can also upload existing files from your computer using the instructions below. 명령 줄 지침 아래 지침에 따라 컴퓨터에서 기존 파일을 업로드 할 수도 있습니다. - Git global se..
Show commit logs 커밋 로그 표시 전체 로그 확인git log * 빠져나오려면 q 로그 한 줄별 전체 정리 git log --oneline git log --oneline -갯수 e.g. git log --oneline -2 로그 한 줄별 전체 정리 git log --pretty=oneline git log --oneline -갯수 커밋 diff 전체 확인 git log -p git log -p -갯수