How to upload large files to git server / GitHub using git LFS ?

Git Large File Storage (LFS) is a Git extension designed for handling large files more efficiently. If … Read more

How to Configure Username, E-mail For First Time Git Setup ?

username email git

The first thing you should do when you install Git is, configure it to set your user … Read more

How to Create a Remote Branch in Git ?

The process to create a new branch a remote git starts with having this git on your … Read more

How to update Git to Latest Version in Linux ?

upgrade git version

In old versions of Git “–initial-branch” is not supported, but some of the most online git platforms … Read more

How to Generate Git Patch for Specific Commit Id ?

Git_Single_Patch

By default, “git format-patch COMMIT_ID” command, generates all the patches from most recent till the commit id … Read more

How To Install Git on Ubuntu ?

Install Git on Ubuntu

As we seen in our last post, “What is Git ?” , git works for local as … Read more

Fix : “git branch -r” not showing all remote branches

git_remote

When you have a git repository which is actively maintained on centralised server, and you have cloned … Read more