From c1cc2ee798de3b176c91e3acd40d611860ee39b1 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Mon, 5 Mar 2018 14:13:46 +0100 Subject: [PATCH] correction typo --- git_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_tutorial.md b/git_tutorial.md index c279486..72214d3 100644 --- a/git_tutorial.md +++ b/git_tutorial.md @@ -345,7 +345,7 @@ Automatic merge failed; fix conflicts and then commit the result. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.bash .numberLines} [malaspor@perka tutorial]$ git rm premierfichier.c rm 'premierfichier.c' -[malaspor@perka tutorial]$ git st +[malaspor@perka tutorial]$ git status On branch master Your branch is up to date with 'origin/master'. -- GitLab