分支(Branch)

切換分支

git checkout branch_name

切換到指定 commit

git checkout bc29f91

查詢目前所在位置 hash

git rev-parse HEAD
git rev-parse --verify HEAD

查詢 hash 對應名稱

git show-ref
git for-each-ref

切換到遠端分支

git fetch
git checkout test
git checkout -b test origin/test

results matching ""

    No results matching ""