From 10d45d43d355aa6ae7ac1bf14016d097103cbe3c Mon Sep 17 00:00:00 2001 From: Alan <3067229+aburlot@users.noreply.github.com> Date: Tue, 22 Dec 2020 09:20:05 +0100 Subject: [PATCH] coquille experience -> experiment --- book/03-git-branching/sections/rebasing.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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