This is my portfolio created using only Bootstrap.
- Clone this Repository, mrbluebird2.github.io
- Edit or Add Files
- Git Add Command
- Git Commit -m Command
- Git Push -u Command
To clone this repository open your command prompt / terminal, and type
git clone https://github.com/MrBlueBird2/mrbluebird2.github.io
Just Edit or Add Files, and then, commit and push your changes using git
Open your command prompt / terminal, go inside the mrbluebird2.github.io folder using this command
cd mrbluebird2.github.io
and then type
git add -A
Open your command prompt / terminal, go inside the mrbluebird2.github.io folder using this command
cd mrbluebird2.github.io
and then type
git commit -m "YOUR_TITLE_HERE"
Open your command prompt / terminal, go inside the mrbluebird2.github.io folder using this command
cd mrbluebird2.github.io
and then type
git push -u origin BRANCH_NAME