Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 150 Bytes

File metadata and controls

17 lines (13 loc) · 150 Bytes

web_development

imp commands

open cmd as admin

cd (path)
git pull

do the changes

git add .
git commit -m "message"
git push