Linux > Working with Git in the Command Line > Flashcards
Commands to Install Git
yum/dnf install git (red hat or debian)
apt-get install git (Debian)
Commands a local repository
git init
Commands to add and commit files
git add, commit or status
Commands to branch and merge
git branch, checkout, or merge