Skip to content

nithinb/ODT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Online Drawing Tool

Contains

ODT version1 = 3rd semester Web-Technology project

ODT version2 = 7th semester Software-Engineering project

Git Quick Guide

Steps to follow for first time download

  1. git clone <git_url>
  2. cd <git_clone_folder>
    • eg: git ODT
  3. git add <filename/folder>
    • eg: git add . (to push all contents of current directory)
  4. git push
  5. git commit -m
    • eg: git commit -m "pushing new drag and drop code"

Steps to follow to merge new changes

  1. cd <previous_folder_where_you_performed_the_git_clone>
    • eg: git ODT
  2. git pull <git_url>
  3. git add <filename/folder>
    • eg: git add . (to push all contents of current directory)
  4. git push
  5. git commit -m
    • eg: git commit -m "pushing new drag and drop code"

About

Web Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • HTML 18.5%
  • CSS 11.1%
  • PHP 3.1%