Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.54 KB

README.md

File metadata and controls

70 lines (56 loc) · 1.54 KB

Git

  • 2005.04 Linus Torvalds
  • https://git-scm.com
  • 분산 버전 관리 시스템
  • 로컬 저장소에 작업 폴더의 변경사항을 기록하고 관리
  • 장점은 오프라인에서 버전관리 가능
  • 단점은 또 배워야 됨
  • Git을 엔진으로 사용하는 서비스 다수
    • GitHub, BitBucket, GitLab, Yona
  • GitHub.com
    • git을 엔진으로 하는 개발 소셜 플랫폼
    • follow, watch, Pull Request

install

저장소 구조

  • local workspace
  • local stage
  • local repository
  • remote repository

git repository

시작하기

git flow (advanced git)

Git Bash

Git Conflict 해법

VS Code Git plugins

  • GitLens
  • Git Graph

ref

for Windows error

  • too long path error
git config core.longpaths true
  • Invalid argument such as :
error: unable to create file lib/:q: Invalid argument
  • change filename