Skip to content

deploy103/git-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Command Manual

Git 설치, 기본 사용법, 협업 흐름, 규칙, 자주 발생하는 오류 상황을 빠르게 찾기 위한 문서 모음입니다.

Table of Contents


Directory Structure

  • install/ : Git 설치 및 SSH 설정
  • docs/git-Function/ : Git 핵심 개념 설명
  • docs/git-usage/ : Git 명령어별 사용법
  • docs/git-error-situation/ : 자주 발생하는 오류와 해결 방법
  • docs/rule/ : 협업 및 저장소 운영 규칙
  • guide/ : Git 동작 방식과 협업 흐름 가이드

1. Install


2. Git Function


3. Git Usage

Basic

Check

Branch / Remote

Config / Repository

Recovery / Cleanup


4. Git Error Situation

Push / Branch

SSH / Remote

Repository / History

Conflict / Line Ending


5. Rules


6. Guide


7. Recommended Reading Order

For Beginners

  1. What is Git
  2. How Git Works
  3. Git 설치 가이드
  4. Git SSH 설정
  5. Init
  6. Add
  7. Commit
  8. Push

For Collaboration

  1. Branch
  2. Switch / Checkout
  3. Merge
  4. Pull Request
  5. Collaboration Flow
  6. Git Workflow

For Rules

  1. Commit Rule
  2. Branch Rule
  3. Push Rule
  4. Pull Request Rule
  5. Merge Rule
  6. Code Review Rule

For Troubleshooting

  1. Everything up-to-date
  2. Permission denied (publickey)
  3. Merge Conflict
  4. Detached HEAD
  5. fatal: not a git repository

8. Quick Start

처음부터 Git을 사용하는 경우 아래 순서대로 보면 됩니다.

  1. Git 설치 가이드
  2. Git SSH 설정
  3. What is Git
  4. Init
  5. Add
  6. Commit
  7. Push

9. Quick Links


10. Notes

이 문서는 아래 목적에 맞게 분리되어 있습니다.

  • 명령어를 빠르게 찾고 싶을 때 → docs/git-usage/
  • 오류 해결법을 찾고 싶을 때 → docs/git-error-situation/
  • 팀 규칙을 확인하고 싶을 때 → docs/rule/
  • Git이 실제로 어떻게 동작하는지 이해하고 싶을 때 → guide/

About

git command study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors