Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 532 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 532 Bytes

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 master

Now open a pull request by going to https://github.com/rohitvarkey/IEGItSession.git and clicking pull request.