Git use
1) cd project foldername 2) foldername git init - to initiate git 3)git status-to know status *git status -s (specify which files is modified ) M shop/templates/shop/about.html - ye file staging area me modify hui he M shop/templates/shop/contact.html- ye file working area me modify hui he * M M shop/templates/shop/about.html- ye file staging area me but working directory me chnage hui he M shop/templates/shop/contact.html- ye file working directory me chnage hui he 4)git add pr.fo.name- to stage project 5)(in git bash terminal)touch file-to create new file in project folder 6)git add -A - :to a...