git 分支回滾 git代碼庫回滾: 指的是將代碼庫某分支退回到以前的某個commit id 【本地代碼庫回滾】: git reset --hard commit-id :回滾到commit-id,講commit- ...