Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify 'repo abandon' to be more like 'repo checkout' and 'repo start' | Shawn O. Pearce | 2009-04-18 | 1 | -2/+21 |
| | | | | Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Introduce 'repo abandon <branchname>' as an alias for 'git branch -D'v1.0.9 | Shawn O. Pearce | 2008-11-03 | 1 | -0/+42 |
This destroys a local development branch, removing all history of that branch from ever existing. If the branch is currently checked out we move back to the upstream revision. Signed-off-by: Shawn O. Pearce <sop@google.com> |