Skip to content

rzrasel/Rz-Rasel-HTML-CSS-JS-Video-Tutorial-One

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Rz-Rasel-HTML-CSS-JS-Video-Tutorial-One

Rz Rasel - HTML, CSS, JS - Video Tutorial - One

GIT Command

git init
git remote add origin https://github.com/rzrasel/Rz-Rasel-HTML-CSS-JS-Video-Tutorial-One.git
git remote -v
git fetch && git checkout master
git add .
git commit -m "Add Readme & Git Commit File"
git pull
git push --all