diff --git a/book/03-git-branching/sections/rebasing.asc b/book/03-git-branching/sections/rebasing.asc index 5e606cf..fcd5f6f 100644 --- a/book/03-git-branching/sections/rebasing.asc +++ b/book/03-git-branching/sections/rebasing.asc @@ -26,7 +26,7 @@ Dans cet exemple, vous lanceriez les commandes suivantes : [source,console] ---- -$ git checkout experience +$ git checkout experiment $ git rebase master First, rewinding head to replay your work on top of it... Applying: added staged command