]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/howto/revert-branch-rebase.txt
War on whitespace
[thirdparty/git.git] / Documentation / howto / revert-branch-rebase.txt
index d88ec23a97bc59f29a5f9734fc5ba0ef5a9ae6cf..865a6663240f744d448b0a125ebc123afb72ede2 100644 (file)
@@ -146,7 +146,7 @@ Everything is in the good order.  I do not need the temporary branch
 nor tag anymore, so remove them:
 
 ------------------------------------------------
-$ rm -f .git/refs/tags/pu-anchor 
+$ rm -f .git/refs/tags/pu-anchor
 $ git branch -d revert-c99
 ------------------------------------------------