Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 653 Bytes

File metadata and controls

31 lines (18 loc) · 653 Bytes

Personal-website.io

My PERSONAL WEBSITE

Welcome

After learning html am testing my skills on html on how to build a personal website.

Introduction

First things first.....

  1. i had to create a repository from my github account.

  2. use a github desktop to clone my repository Go to the folder where you want to store your project, and clone the new repository:

git clone https://github.com/username/username.github.io

  1. make some changes on my repository

  2. Then i push it using the following steps: Add, commit, and push your changes:

git add --all

git commit -m "Initial commit"

git push -u origin master

  1. Am good to go.....