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

Subscribe our Rurban Life YouTube Channel.. “Rural Life, Urban LifeStyle”

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

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 ?

github

In our last post, we seen how to create a remote repository in github which actually uses … Read more