From 261833c27352a49b81700108c59cc7cc9d94b580 Mon Sep 17 00:00:00 2001 From: Martino Sorbaro Date: Tue, 2 Jul 2024 18:02:35 +0200 Subject: [PATCH] Remove 'AFK' --- episodes/09-conflict.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/episodes/09-conflict.md b/episodes/09-conflict.md index 67b3d47bd0..ecaad1ac62 100644 --- a/episodes/09-conflict.md +++ b/episodes/09-conflict.md @@ -502,11 +502,11 @@ started. | order | action . . . . . . . . . . | command . . . . . . . . . . | | ----- | -------------------------- | --------------------------------------------- | | 1 | | | -| 2 | | `echo 100 >> numbers.txt` | +| 2 | | `echo 100 >> numbers.txt` | | 3 | | | | 4 | | | | 5 | | | -| 6 | Celebrate! | `AFK` | +| 6 | Celebrate! | | ::::::::::::::: solution @@ -514,12 +514,12 @@ started. | order | action . . . . . . | command . . . . . . . . . . . . . . . . . . . | | ----- | -------------------------- | --------------------------------------------- | -| 1 | Update local | `git pull origin main` | -| 2 | Make changes | `echo 100 >> numbers.txt` | -| 3 | Stage changes | `git add numbers.txt` | -| 4 | Commit changes | `git commit -m "Add 100 to numbers.txt"` | -| 5 | Update remote | `git push origin main` | -| 6 | Celebrate! | `AFK` | +| 1 | Update local | `git pull origin main` | +| 2 | Make changes | `echo 100 >> numbers.txt` | +| 3 | Stage changes | `git add numbers.txt` | +| 4 | Commit changes | `git commit -m "Add 100 to numbers.txt"` | +| 5 | Update remote | `git push origin main` | +| 6 | Celebrate! | | :::::::::::::::::::::::::