From e8142886db21cb4e0aca35715788898771c7e154 Mon Sep 17 00:00:00 2001 From: Ola Jaafreh Date: Tue, 16 Apr 2024 15:43:53 +0300 Subject: [PATCH 1/2] Edit HTML --- demo_index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/demo_index.html b/demo_index.html index b897a75..e0767d8 100644 --- a/demo_index.html +++ b/demo_index.html @@ -6,12 +6,7 @@

Git Demo

This is our test repository to test forking a repository and sending a pull request back to make changes to the original

- - - - - - +

Hi I am Ola Jaafreh

\ No newline at end of file From 85180358f6604d388a803bc27f9c2472a6b2fac7 Mon Sep 17 00:00:00 2001 From: Ola Jaafreh Date: Tue, 16 Apr 2024 16:06:43 +0300 Subject: [PATCH 2/2] Add txt File --- BashCommands.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 BashCommands.txt diff --git a/BashCommands.txt b/BashCommands.txt new file mode 100644 index 0000000..80f1529 --- /dev/null +++ b/BashCommands.txt @@ -0,0 +1,11 @@ +mkdir UpdateCommit + 301 cd UpdateCommit + 302 git init + 304 git clone https://github.com/OlaJaafreh/git_demo.git + 305 cd git_demo + 306 code . + 307 git add . + 308 git commit -m "Edit HTML" + 309 git remote add origin https://github.com/OlaJaafreh/git_demo.git + 310 git push origin master + 312 touch BashCommands.txt