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 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