How to use Snipping Tool to Capture Screenshots in Windows ?

Screenshot in Windows

Snipping Tool is an application which comes already installed in Microsoft Windows and can be used to … 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

How to Merge Multiple Videos in Linux ?

MergeVideos

In Linux, mkvmerge helps us to merge two or more than two multimedia files such as audio … Read more

Click to Chat : How to Open WhatsApp Chat From Website Button ?

Click to Chat WhatsApp

If you want to have a “chat” button on your website which on Android mobile will directly … 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