]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/user-manual.txt
Merge branch 'maint'
[git.git] / Documentation / user-manual.txt
index 92d400753d192b4b6df256fc3b872d775ecaacd4..c5641af19059f5531e43bd4d4ff495548030fe98 100644 (file)
@@ -2431,7 +2431,7 @@ $ git rebase origin
 -------------------------------------------------
 
 This will remove each of your commits from mywork, temporarily saving
-them as patches (in a directory named ".dotest"), update mywork to
+them as patches (in a directory named ".git/rebase-apply"), update mywork to
 point at the latest version of origin, then apply each of the saved
 patches to the new mywork.  The result will look like: