From 13263550a862aa35f0b543e9f4971dec39b4cc6b Mon Sep 17 00:00:00 2001 From: Slavita Baciuna Date: Sun, 4 Sep 2022 18:26:28 +0200 Subject: [PATCH] Include git add information in README --- workshops/0_installation_party/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/workshops/0_installation_party/README.md b/workshops/0_installation_party/README.md index 7116353..8b5e118 100644 --- a/workshops/0_installation_party/README.md +++ b/workshops/0_installation_party/README.md @@ -123,6 +123,12 @@ cd workshops/0_installation_party/ python test_script.py ``` - Confirm the output contains your given name +- Add your changes using git + +```sh +git add test_script.py +``` + - Commit your change using git ```sh