Repository for IE git session. Fork the repo. Go to https://github.com/rohitvarkey/IEGItSession.git and click on fork. Clone the repo.
git clone <url>Now make branch, make changes and push your code.
git branch <branchname>Make Changes, add changed files and commit them.
git add .
git commit -m "Message describing commit"Push back to repo
git push origin masterNow open a pull request by going to https://github.com/rohitvarkey/IEGItSession.git and clicking pull request.