craft your forge, build your project, grow your community freely
1---
2id: "9826"
3priority: 74
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Force push on branch with apex branches on
1112If apex has old aaaa (bbbb has parent) commit, and receive cccc (bbbb has parent) it will add cccc behind aaaa. Then it will call server to found hole between cccc and aaaa but has aaaa has been deleted server will not found it and will walk around all commits.
1314We can use the same parent to detect a force push and delete all old commits.
1516But in case of rebase the top commit can change too.
1718192021Push force with same parent is done, but change base branch commit will continue to break