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

Important gerrit commands

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

How to change last commit message and code for local and remote git ?

Sometimes, you commit some changes in git, as well as push those to remote server and later … 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”

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

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

Fixed : git error: inflate: data stream error (invalid distance code)

Recently somehow our git got corrupted and we couldn’t push our code to server and got an … Read more