This document provides an outline for a Git basics workshop. It introduces Git and version control systems, explains the basic Git workflow and commands like add, commit, checkout and reset. It covers repository structure, branches, merging and remotes. The workshop includes exercises for participants to practice the basic Git commands and workflows in different scenarios like making commits on branches, merging branches with fast-forward and 3-way merges, rebasing and using remote repositories.