commit | 9fa44db94bfabcf43160316660801a2c1db2dbb9 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Nov 03 11:24:59 2008 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Nov 03 11:24:59 2008 -0800 |
tree | 4a8ffcba60cfd6c02e88c9f401a66d4cab1b18b0 | |
parent | c9ef744c7b5f6bcab446cf0a0bc9cc1b016dd5f8 [diff] |
Introduce 'repo abandon <branchname>' as an alias for 'git branch -D' 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>