📜  从 PR 中删除提交 - Shell-Bash 代码示例

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

代码示例1
# Checkout the desired branch
git checkout 

# Undo the desired commit
git revert 

# Update the remote with the undo of the code
git push origin