1 運行git reflog找到SHA1的的承諾,這是對你刪除的分支的頂部,然後只需運行git checkout -b <branch> <sha1>和你所有的設置。 來源 2017-05-30 14:36:39 YoannFleuryDev