From 597af4a40be85949a5914d1a94657e83c6e12333 Mon Sep 17 00:00:00 2001 From: btatu Date: Mon, 12 Jun 2017 10:42:02 +0200 Subject: [PATCH] fix typo --- HowtoGit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoGit.md b/HowtoGit.md index a67030c3..a74fa0b2 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -267,10 +267,10 @@ Après avoir effectué ces modifications, il faudra lancer la commande suivante $ git cherry-pick --continue ~~~ -Sinon pour tout anuller : +Sinon pour tout annuler : ~~~ -$ rm .git/CHERRY_PICK_HEAD +$ git cherry-pick --abort ~~~ ### gitignore