Source Code Management ( SCM )
Posts related to different types of source code management tools such as Git, SVN and its usage, errors, failures and possible resolutions.
How to setup Opengrok ( source code search and cross reference engine ) on Ubuntu
OpenGrok is a fast and usable source code search and cross reference engine. It helps you search, … Read more
How to install Gitiles – Browser for Git repositories
Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: … Read more
Pushing your first git repository / project to Github
As we seen in our last two posts “How to create git repository in Github” and “Starting … Read more
How to clone remote git repository which has git submodules ?
In our last post, we seen how to create a remote repository in github which actually uses … Read more
How to fix – fatal: Unable to create ‘.git/shallow.lock’: File exists.
Today while trying to clone big repository using “git fetch” we encountered following error, “fetching iteration / … Read more
Solved git error – fatal: unknown index entry format 0x16700000
Recently we did one find and replace in our existing git using command mentioned at “Grep and … Read more