How to ignore already added file in git

Gitignore is used to untrack files intentionally. It has specific pattern to describe which files to ignore. Good documentation regarding Gitignore has been given here : .....


Read More

Git - Git Revert of Merge

Git is a free and open source distributed version control system. Its known as version controlling. To distribute your code you have to co-operate with other developer. All the.....


Read More