All Posts

A thumbnail image

Git - How to retrieve deleted files

I was working on a particular task for a project in my master branch. I made some changes to file demo.php. I wanted to revert the changes, so i deleted the file(rm -fr demo.

A thumbnail image

Git - How to setup a git remote repository

There are lots of search results on “How to setup a remote Git repository” on google. However, it’s really tough to find proper link. Hence, I read couple of blogs on this article andnoted down key steps on this article.