git clean -df #HASH //返回到某個節點 (未commit的文件刪除)
git push origin HEAD --force //把當前的狀態設為主線
放棄當前git 並返回到指定的 commit
碎片