Steps:
1. Create an Empty folder
2. Type following git command git init
3. create a Readme.md file
4. Add some cool stuff in the file
5. Type the following command to stage the file for commit
`git add Readme.md`
6. commmit the changes to the local repo
`git commit -m "meaningful message" `
7. Push to remote repo
`git push https://github.com/amacherla/HyderabadCDTraining.git`
in case of error:
`git push --set-upstream https://github.com/amacherla/HyderabadCDTraining.git master`