Hower Chow's Website

Git

Date: . Last updated: .

Git Diff

使用 git diff 查看差异

Git Reset

Git Rebase

Git Stash

Git Submodule

git下載子模塊

  • git clone --recursive
  • git submodule update --init
git submodule 命令

Proxy

git config --global --add remote.origin.proxy "127.0.0.1:7890"

git log --oneline --all -n4 --graph

  • Beej's Guide to Git