Git & Github

1.Git이란

post-thumbnail

2.Git 프로그램 종류

post-thumbnail

3.Git bash 에서 사용자 정보 설정

post-thumbnail

4.github <-> local

post-thumbnail

5.GIT PUSH가 안되는 경우

post-thumbnail

6.git clone

post-thumbnail

8.git status 깃 상태확인

post-thumbnail

9.로컬저장소 github에 업로드 하기 위한 초기작업 (remote add/push)

post-thumbnail

10.GIT 제거 명령어 : rm

post-thumbnail

11.GITHUB 원격저장소 연결 : Official guide by github

post-thumbnail

12.GIT 원격저장소 로컬에 클론해오기 : git clone

post-thumbnail

13.GIT&GITHUB : 원격저장소의 특정 브랜치를 PULL

post-thumbnail

14.GIT 수정 직전 내용으로 되돌리기

post-thumbnail

15.GIT 브랜치 생성,전환 : $ git branch <branchName>

post-thumbnail

16.GIT commit history 확인 : $ git log

post-thumbnail

17.GIT 로컬/원격저장소 브랜치 제거

post-thumbnail

18.GIT 강제 Push : git push -u origin <브랜치> --force

post-thumbnail

19.GIT 스테이징 AREA 비우기 (ADD 취소) : git reset HEAD [FILE]

post-thumbnail

20.Git 직전 merge 취소하기

post-thumbnail

21.Git 로컬환경 에서 두 브랜치 합치기 : 현재 작업 브랜치에 github에 팀원에 의해 새로 merge된 develop브랜치를 합치기 : git remote update & git checkout & git merge develop

post-thumbnail

22.Git 브랜치(branch) 전략 : git flow : feature 브랜치 전략 등 : kakaoPay jason 정리 + 외 참조

post-thumbnail

23.Git reset 이전으로 되돌리기

post-thumbnail

24..gitignore , commit 제외 대상 지정

post-thumbnail

27.git branch 전략에 대해.. hotfix, chore + 확산전략에 대한 궁금증

post-thumbnail