Repository for Selenium practice
Steps :
- Install git from https://git-scm.com/download/win
- Go to cmd > type "git"
- git clone https://github.com/UmaMaheshG/sel001
- git checkout -b yourname
- git config user.email emailid
- git add .
- git commit -m "Added new assignment answers"
- git push origin master
- The code will be pushed to sel001 repo.
- Check it in the https://github.com/UmaMaheshG/sel001