Git - Popular Source Code Management Tool
Video thumbnail for Install Git on Ubuntu
Install Git on Ubuntu

lynxbee.com

Git is a distributed Source Management tool mostly popular in opensource software development community. Watch this to understand and install git on Ubuntu Linux.

Video thumbnail for Configure Git for First Time Use
Configure Git for First Time Use

lynxbee.com

Use Git Config Command to Set User Name and Email Address https://lynxbee.com/how-to-configure-username-e-mail-for-first-time-git-setup/

Video thumbnail for Create First New HelloWorld Git Repository
Create First New HelloWorld Git Repository

lynxbee.com

Detailed description is available at https://lynxbee.com/how-to-create-your-first-git-repository/

Video thumbnail for Understand Unrelated History in Git and Fix "fatal: refusing to merge unrelated histories"
Understand Unrelated History in Git and Fix "fatal: refusing to merge unrelated histories"

lynxbee.com

Understand what is unrelated history in git and learn about how to fix the merge error "fatal: refusing to merge unrelated histories" More detail https://lynxbee.com/fatal-refusing-to-merge-unrelated-histories/

Video thumbnail for Unrelated History in Git and resolve "fatal: refusing to merge unrelated histories"
Unrelated History in Git and resolve "fatal: refusing to merge unrelated histories"

lynxbee.com

@lynxbee Two different independent repositories with separate contents committed at local git and git at remote server when tried to merge together shows error "fatal: refusing to merge unrelated histories" because both had differenet histories. Underst