Developers have to write an enormous amount of codes every day. As the company and its team of developers grow, the amount of code also increases. All this code needs to be maintained better for the project to run smoothly. Therefore, there should be a standard for every project. This kind of standardization helps the developer manage a commit message easily and maintain the feature … [Read more...]
Browser Based User Interface For Git Repositories
We commonly need a light option which opens a basic webpage on localhost. There are actually many browser based user interface for git repositories. Common reasons to avoid these are need of installation of too many packages, consumption of huge RAM etc. However, we are talking about quite basic option which is inbuilt present with git, too basic and another option which is slightly good looking … [Read more...]
Fix This pull request contains merge conflicts that must be resolved
Fix This pull request contains merge conflicts that must be resolved error in git or Github. The error is quite terrific looking but has fix. We talked about common terminologies used for revision control softwares and also talked about git. This error is common with Github where you are a user / contributor and project is owned by someone else. First it is important to know why it happens and … [Read more...]
Export Project Google Code to Github
It is a Fairly Simple Process to Export Project Google Code to Github via Web GUI. You can import others project to own Github account in this way. Google code is SVN. SVN is not exactly easy than Git but we need this guide for practical purpose - Google Code died. The Reason to Export Project Google Code to Github, particularly that of others is for fair intention; i.e. own … [Read more...]