1,576
edits
Changes
→Setup Git on CentOS 7
# Repeat steps 2, 4, 5, and 6 for each lab and assignment invite link.
== Setup and Configure Git on CentOS 7 ==
# Install git (as root): <syntaxhighlight lang="Bash" inline>yum install git</syntaxhighlight>
# Configure git with your full name: <syntaxhighlight lang="Bash" inline>git config --global user.name "Firstname Lastname"</syntaxhighlight>