How to create repository mirror onto GitHub ?

Recently we wanted to create a yocto cgit repository mirror onto our GitHub which should track our … Read more

Git

How to install git / git-bash on Windows ?

When you need to work with git on windows, the very first thing you need to do … Read more

How to create git repository in Github ?

GitHub allows you to create your own git repository in their server free of cost, and you … Read more

How to resolve “sh: 0: getcwd() failed: No such file or directory”

Today I was working with git and for that I had created a “workspace” directory which contained … Read more

git init

The git init command create an new empty Git repository. It can also be used in a … Read more

Top Git Commands Every Developer Should Know

If you are working with git, you should know some commands which are mandatory and basics for … Read more

How to Easily Install Universal-ctags on Ubuntu: Step-by-Step Guide

Universal-ctags is a powerful tool for developers that helps in navigating code efficiently by generating tag files … Read more

Important gerrit commands

This post list the details of some of the important gerrit commands which we have tried, (This … Read more

How to clone a large Git repository ?

Recently, I needed to clone the ndk while downloading Android source, ndk size to clone was more … Read more

Presentation – Understanding Git Version Control