Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 385 Bytes

Git Study

# Area

  - Working Directory, Respository, Index, Stash

# Local

  - init, rm, status, add, commit, log, diff, branch, checkout, fetch, merge, rebase, tag, stash, 
    reset, revert, reflog, clean

# Remote

  - clone, pull, push

# Config

  - config, apply

# Ignore

  - .gitignore

# Tool(merge,diff)

  - kdiff3