My PERSONAL WEBSITE
After learning html am testing my skills on html on how to build a personal website.
First things first.....
-
i had to create a repository from my github account.
-
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
-
make some changes on my repository
-
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
- Am good to go.....