How to create git superproject and add submodules ?
It often happens that while working on one project, you need to use another project from within … Read more
Posts related to different types of source code management tools such as Git, SVN and its usage, errors, failures and possible resolutions.
It often happens that while working on one project, you need to use another project from within … Read more
Recently we wanted to create a yocto cgit repository mirror onto our GitHub which should track our … Read more
When you need to work with git on windows, the very first thing you need to do … Read more
If you are trying to download large source code from git using “git clone” command and your … Read more
GitHub allows you to create your own git repository in their server free of cost, and you … Read more
Today I was working with git and for that I had created a “workspace” directory which contained … Read more
If you are working with git, you should know some commands which are mandatory and basics for … Read more
Universal-ctags is a powerful tool for developers that helps in navigating code efficiently by generating tag files … Read more
This post list the details of some of the important gerrit commands which we have tried, (This … Read more
Sometimes, you commit some changes in git, as well as push those to remote server and later … Read more
Recently, I needed to clone the ndk while downloading Android source, ndk size to clone was more … Read more