Skip to content

개인스터디 내용 추가(Bang)#24

Open
Bang1999 wants to merge 3 commits intomainfrom
Bang99
Open

개인스터디 내용 추가(Bang)#24
Bang1999 wants to merge 3 commits intomainfrom
Bang99

Conversation

@Bang1999
Copy link
Contributor

@Bang1999 Bang1999 commented Jul 1, 2024

Git 내용 추가

name: 기능 개발 이슈
about: 만든 기능 상세히 설명하자
title: ''
labels: enhancement
assignees: ''

단원 공부 인증 (정리한 내용 or 체크리스트)
체크리스트

  • Git의 전반적인 용어 4가지를 설명할 수 있다.

  • 작업 용어 (add, commit 등) 들을 설명할 수 있다.

  • 충돌에 대해 설명할 수 있다.

  • Git의 기능 3가지를 알고 있다.
    Git에-대해 → 여기에서 정리했다.

Git의 기본 사용법을 알아보았다.

@Bang1999 Bang1999 added the study 개인 스터디 라벨 label Jul 1, 2024
@Bang1999 Bang1999 added this to the Git 개념 milestone Jul 1, 2024
@Bang1999 Bang1999 self-assigned this Jul 1, 2024
@Bang1999
Copy link
Contributor Author

Bang1999 commented Jul 1, 2024

  1. Git의 전반적인 용어 4가지를 설명할 수 있다.
    source code - 소스코드
    staging area - 임시공간, add한거 잠시 보관
    local repo - 컴퓨에 저장
    remote repo - 원격 공간, 깃허브 공간
  2. 작업 용어 (add, commit 등) 들을 설명할 수 있다.
    add - source code to staging area
    commit - staging area to local repo
    push - local repo to remote repo
    fetch : remote repo to local repo
    merge : 로컬에 프로젝트에 합치기
    pull : fetch + merge
  3. 충돌에 대해 설명할 수 있다.
    무지성 push 하다보면 충돌 발생!! 무조건 pull or fetch 먼저 한후 확인한다음 올려야한다.

@Bang1999 Bang1999 closed this Jul 1, 2024
@JoJeHuni JoJeHuni reopened this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

study 개인 스터디 라벨

Projects

Development

Successfully merging this pull request may close these issues.

'Git CLI 활용' - CheckBoxStatus 'Git 활용' - CheckBoxStatus

2 participants