-
git clone - git clone https://github.com/raavins8614-glitch/WebDevelopment.git
-
Don't clone now as we are already have the local folder. This is a one time job.
-
git status - to check what all files have been changed
- git add - If you want to add file one by one
- git add . It will add all the files in the current folder
-
git commit -m "Write your message" - We put a message relevant to the changes
-
git push - it will publish your changes to github
-
git pull -- Everytime we start we should take pull