Repository for Web Technologies Assignment Projects
- Add all your project files in one folder.
- Commit only the root folder to the master branch.
- Folder name should be your first name and short title of your project (For ex: Pranav_timetable)
- Directory structure for your folder should be css, img, js, index.html
- Create a github account on - "https://github.com/"
- Clone this repository using "git clone https://github.com/pranavraikote/WT-Assignment.git". Run this command in cmd.
- This will work only if you have git installed in your laptop/desktop. If not, go this link and download it - https://git-scm.com/downloads
- Run git --version to check the installation
- Once cloned, navigate to the folder in cmd. Create your project directory structure there.
- Create files using normal file explorer and develop your macro project.
- To add files to the git repository, use "git add ."
- Check status of the files added using "git status". This will return information on how many files added using git.
- Commit/Save your version of files using - "git commit". This will open a nano editor and will ask for a message for the commit. This message usually says about changes/modification done to your files for each version.
- Once your done with your project, visit the repository page, go to the Pull Requests, create a new Pull Request and submit it
- Deadline to upload your code : November 29 2019
Mr. Shankar R, Asst Prof, Dept Of CSE, BMSIT&M