-
Download git bash from here
-
Clone the repository
git clone https://github.com/hrdkmishra/grizla-website.git -
Add your changes to the repository
git add "file name" -
Commit your changes
git commit -m "your message" -
Push your changes to the repository
git push -
Keep your repository updated
git pull
- Put comment on your code so that it is easy to understand