일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 취업
- git 설정
- 티스토리챌린지
- java
- vmware workstation player
- 취성패
- json string
- Spring Boot
- 아임포트
- window10 Education
- git pull
- 정처기
- snake case
- git
- 방통대
- 자바
- 윈도우10 Education
- IAMPORT
- window11
- 방송대
- ObjectMapper
- camel case
- 소비통장
- 운영체제
- 런던뮤지컬
- 오블완
- github
- window11 Education
- git pull --rebase
- window10
- Today
- Total
홍차의 미로찾기
[git/github] git, github설정 프로세스 모음 본문
<git local 설정 프로세스>
1. [git] git 최초 설정 cli 명령어 - name, email 설정 및 브랜치명 설정
4. [git] git 추가 및 커밋 명령어 - add, commit
5. [git] git 명령어 - revert, reset
6. [git] git branch 명령어 - branch, switch
7. [git] git branch 삭제가 안되는 이유
8. [git] git log 명령어와 옵션 - 커밋 히스토리 조회
9. [git] 브랜치 합치기 (변경사항 통합) - merge, rebase
<github 설정 프로세스>
1. [github] github 의미와 사용하는 이유
2. [github] github 보안 토큰 로그인 - Personal access token
3. [github] github 레포지토리(repository) 생성하기
<git-github 연결 설정 프로세스>
1. [git] github 레포지토리(repository) 연결/조회/해제 명령어 - remote add, remove
2. [git] 로컬 프로젝트에 여러 원격 저장소 (github reposigory) 연결/조회/해제
3. [git] github repository local에 가져오는 방법과 (git clone) git remote add 차이
4. [git] 원격 repository에 local 커밋 업로드 - git push, git push origin main
6. [git] 여러 건의 커밋 충돌 git pull --rebase 하기 (vsCode)
'프로그래밍 > GIT' 카테고리의 다른 글
[git] git 명령어 - revert, reset (0) | 2024.07.09 |
---|---|
[git] git 추가 및 커밋 명령어 - add, commit (0) | 2024.07.09 |
[git] .gitignore 파일 설정 (0) | 2024.07.08 |
[git] 새 프로젝트에서 git 설정 (0) | 2024.07.08 |
[git] git 최초 설정 cli 명령어 - name, email 설정 및 브랜치명 설정 (0) | 2024.07.08 |