Skip to content

Edit HTML #758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions BashCommands.txt
Original file line number Diff line number Diff line change
@@ -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
7 changes: 1 addition & 6 deletions demo_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
<body>
<h1>Git Demo</h1>
<p>This is our test repository to test forking a repository and sending a pull request back to make changes to the original</p>
<!-- Add some information about yourself below -->
<!-- Your name -->

<!-- Your GitHub user name -->

<!-- Your favorite coding language -->
<h3>Hi I am Ola Jaafreh</h3>

</body>
</html>