Contains
ODT version1 = 3rd semester Web-Technology project
ODT version2 = 7th semester Software-Engineering project
- git clone <git_url>
- eg: git clone "https://github.com/RuthaPrasad/ODT.git"
- cd <git_clone_folder>
- eg: git ODT
- git add <filename/folder>
- eg: git add . (to push all contents of current directory)
- git push
- git commit -m
- eg: git commit -m "pushing new drag and drop code"
- cd <previous_folder_where_you_performed_the_git_clone>
- eg: git ODT
- git pull <git_url>
- eg: git pull "https://github.com/RuthaPrasad/ODT.git"
- git add <filename/folder>
- eg: git add . (to push all contents of current directory)
- git push
- git commit -m
- eg: git commit -m "pushing new drag and drop code"