
Install Git on Ubuntu
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
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
Detailed description is available at https://lynxbee.com/how-to-create-your-first-git-repository/

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