banner
指数爆炸

指数爆炸

我做了对饭 !
github
bilibili

Need to remove the code merged from a certain feat branch in the dev branch.

Encountered this scenario yesterday, here are the steps to resolve it:

  1. Switch to the dev branch
  2. Find the commit hash of the merge from the feat branch to dev
  3. git revert -m 1 abc1234
  4. git push origin dev
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.