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

43K views · Jul 2, 2022

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

39K views · Jul 3, 2022

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

2K views · Jul 28, 2022

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
Understand Unrelated History in Git and Fix "fatal: refusing to merge unrelated histories"

2K views · Oct 13, 2022

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
Unrelated History in Git and resolve "fatal: refusing to merge unrelated histories"

12K views · Mar 15, 2023

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