📜  git push f head - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:08.988000             🧑  作者: Mango

代码示例1
git checkout branchname # if you're not on it already
git reset --hard abcdef0
git push -f