Skip to content
Open
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Git Intro Challenge

1. Fork this repo and clone it down to your machine.
1. Clone the forked repository to your laptop in your repos directory
1. Change the colour of the welcome title from black to blue. Hint: check the style tag (CSS)!
1. Let's tell Git about this change: Add the file & then commit with a meaningful message.
1. Our repo has been updated! Let's share the update: Push the latest back to GitHub.
1. Update the introduction content and repeat the process (add, commit, push).