• Begin to learn Git
  • Introduction
    • Introduction
    • What is git
    • git principle
    • git basic command
    • git operation
  • Git Install & Setup
    • git install Windows
    • git install Mac
    • git install Ubuntu
    • gitsetup
    • work with GitHub
    • config
  • git learning
    • Learning git
    • Git Begin Step by Step
    • Beginner
    • Beginner A-Z
    • git concept 概念
  • git command
    • git command Each
    • git command A-Z
    • git command Function
  • git function 作用
    • Setting up a repository
      • git init
      • git config
      • git clone
      • git alias
    • Saving Changes
      • git add
      • git commit
      • git diff
      • git stash 藏
      • .gitignore
    • Inspecting
      • git status
      • git tag
      • git blame
      • git log
      • git show
    • Undoing Changes
      • git checkout
      • git clean
      • git revert
      • git reset 退版
      • git rm
    • Rewriting History
      • git commit --amend
      • git rebase
      • git rebase -i
      • git reflog
    • Syncing
      • git remote
      • git fetch
      • git pull
      • git push
    • Branch & Merge
      • git branch
      • git checkout (Branch)
      • git merge
    • data transport
      • git stash apply
      • git clone
      • gitcheckout HEAD
    • File 檔案操作
    • gitFlow
    • AdvancedGit
  • Repository of git
    • local repository
    • GitHub
    • GitLab
    • GitBook
    • Dropbox
    • Google Drive
  • Tools
    • CheatSheet
    • basic linux command
    • git How
Powered by GitBook

git command Function

git command Function

Function Commands
Repository Setup git init, git clone, git config, git alias
Saving Changes git add, git commit, git diff,git stash,.gitignore
Inspecting git status, git tag, git blame, git log
Undoing Changes git checkout, git clean, git revert, git reset, git rm
Rewriting History git commit --amend, git rebase, git rebase -i, git reflog
Syncing git remote, git fetch, git pull, git push
Branch & Merge git branch, git checkout (Branch), git merge

Command Types Function
git init Repository Setup
git clone Repository Setup
git config Repository Setup
git alias Repository Setup
git add Saving Changes
git commit Saving Changes
git diff Saving Changes
git stash Saving Changes
.gitignore Saving Changes
git status Inspecting
git tag Inspecting
git blame Inspecting
git log Inspecting
git checkout Undoing Changes
git clean Undoing Changes
git revert Undoing Changes
git reset Undoing Changes
git rm Undoing Changes
git commit —amend Rewriting History
git rebase Rewriting History
git rebase -i Rewriting History
git reflog Rewriting History
git remote Syncing
git fetch Syncing
git pull Syncing
git push Syncing
git branch Branch & Merge
git checkout (Branch) Branch & Merge
git merge Branch & Merge

Reference

  • Git Tutorials and Training | Atlassian Git Tutorial
  • 為你自己學 Git

results matching ""

    No results matching ""