Changes

Jump to: navigation, search

GitHub Classroom Setup

14 bytes added, 18:03, 22 May 2019
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>

Navigation menu