📄️ Git Clone
git clone creates a complete local copy of a remote repository including all branches, commits, and the full project history.
📄️ Lifecycle in Git
The Git workflow describes how files transition between four state areas — from an unversioned file to a pushed commit.
📄️ Git Branching
Branching is a powerful feature in Git that allows you to diverge from the main line of development and continue to work without affecting that main line. Here are some common commands to create and manage branches in Git.