X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fhowto%2Frebase-and-edit.txt;h=646c55cc6954fbf36a11fbe22cb2c1acb64dfd43;hb=67e31d6234c0332334d7aedd70b2f101bc010cf9;hp=6cc1c7921f0bab8ec2c2b02e47594f57246b141b;hpb=10d781b9caa4f71495c7b34963bef137216f86a8;p=git.git diff --git a/Documentation/howto/rebase-and-edit.txt b/Documentation/howto/rebase-and-edit.txt index 6cc1c7921..646c55cc6 100644 --- a/Documentation/howto/rebase-and-edit.txt +++ b/Documentation/howto/rebase-and-edit.txt @@ -63,7 +63,7 @@ And then, you can just remove the broken branch if you decide you really don't want it: # remove 'broken' branch - rm .git/refs/heads/broken + git branch -d broken # Prune old objects if you're really really sure git prune