홍차의 미로찾기

[git/github] git, github설정 프로세스 모음 본문

프로그래밍/GIT

[git/github] git, github설정 프로세스 모음

홍차안디 2024. 7. 8. 12:13
반응형

 

<git local 설정 프로세스>

 

1. [git] git 최초 설정 cli 명령어 - name, email 설정 및 브랜치명 설정

2. [git] 새 프로젝트에서 git 설정

3. [git] .gitignore 파일 설정

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

5. [git] 깃 커밋 당겨오기 - git pull

6. [git] 여러 건의 커밋 충돌 git pull --rebase 하기 (vsCode)

 

 

 

 

반응형
Comments