mohit-iitb / Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorials

curated list of references

Git & Github

FIRST TIME

  • git init
  • git remote add origin "link"
  • git add .
  • git commit -m "message"
  • git push origin master

To Update

  • git add .
  • git commit -m "message"
  • git push orign master

references

Latex

Html,css,JavaScript

Github code syntax

How to build a web application using Flask and deploy it to the cloud

About