Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 353 Bytes

File metadata and controls

14 lines (13 loc) · 353 Bytes

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