E-Commerce Site With First Release With HTML and CSS and Java Script.
Please Follow the Git Commands if yours New to Git hub.
Creating Local Branch in your system.
- git init
- git pull https://github.com/sohail9972/HTLM-CSS-Javascript.git --------------- this will create a Project set up Locally.
- git status --------------- Ensure the status
- Add Your changes for the Respective Project Site
- git add .
- git commit -m "Your Comment Please Follow this format[#1 : Summary of the Issues]"
- git remote add origin 'https://github.com/sohail9972/HTLM-CSS-Javascript.git'
- git remote -v
- Git push -u origin master
More Git commands
- git push --set-upstream origin master
- git checkout master
- git pull
- git checkout -
- git rebase master
- git push -f