Table of Contents - Git

时间:2022-07-16 08:02:25

Downloading and  Installing Git

  Download for Linux and Unix

Integration with Eclipse

  Eclipse 提交工程至 GitHub

Cheat Sheet

  Setup and Config

    config

    help

  Getting and Creating Projects

    init

    clone

  Basic Snapshotting

    add

    status

    diff

    commit

    reset

    rm

    mv

  Branching and Merging

    branch

    checkout

    merge

    mergetool

    log

    stash

    tag

  Sharing and Updating Projects

    fetch

    pull

    push

    remote

    submodule

  Inspection and Comparison

    show

    log

    diff

    shortlog

    describe