banner
指数爆炸

指数爆炸

我做了对饭 !
github
bilibili

Need to remove the code that was merged from a certain feat branch into the dev branch.

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

  1. Switch to the dev branch
  2. Find the hash of the commit where the feat branch was merged into 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.