
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.

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/

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/

Understand Unrelated History in Git and Fix "fatal: refu...
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/

Unrelated History in Git and resolve "fatal: refusing to...
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. Understand what is unrelated history in git and learn about how to fix the merge error "fatal: refusing to merge unrelated histories" More details https://lynxbee.com/fatal-refusing-to-merge-unrelated-histories/