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

upgrade git version

How to update Git to Latest Version in Linux ?

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

Git_Single_Patch

How to Generate Git Patch for Specific Commit Id ?

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

First git repository

How to Create Your First Git Repository ?

As we seen in our previous post, “Install Git On Ubuntu” we are now ready with basic … Read more

Install Git on Ubuntu

How To Install Git on Ubuntu ?

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

MergeVideos

How to Merge Multiple Videos in Linux ?

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

Click to Chat WhatsApp

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

If you want to have a “chat” button on your website which on Android mobile will directly … Read more

git_remote

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

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

Website_SSL

How to Fix SSL Issue – your connection to this site is not secure ?

Did you recently bought a SSL certificate from certificate authority and installed it to your website as … Read more

bash - input field separator

What is the meaning of IFS in Bash Shell Script ?

The full form of IFS is “Internal Field Separator” alternatively based on its functionality this is also … Read more

Shell_Command_Args

How to use getopts to Accept Variable Arguments for Bash Script ?

getopts is a built-in Unix shell command for parsing command-line arguments. It is designed to process command … Read more

CSS

How to remove bullets from unordered list ul in CSS ?

As you can see, our lynxbee.com website pages, we have listing of all the articles as per … Read more