@cc666 #4
问了 claude
`I have a git branch named `release`.
I create a new branch `test` from `commit1`, then create `commit2` and `commit3`.
Then back to `release`, merge `test` to `release` with a new `commit4`.
Then deleted the `test` branch.
Now I wanna :
1. remove the `commit3` and `commit4` records
2. check out new branch on `commit2` to prepare merge
3. reset branch `release` to `commit1`
think harder
4. show which branch is when running git commands`
但是它给的答案达不到我想要的效果