Welcome to the class! Setting up a Linux environment is required for the course, use this assignment to get that set up and get your feet wet with the submission process we will use for this class.
Please introduce yourself and learn how to submit email patches :)
git send-email
).git
and git-email
. Run sudo dnf install -y git git-email
..gitconfig
, which lives in ~/.gitconfig
, using a text editor (e.g. nano ~/.gitconfig
or vi ~/.gitconfig
).
[core]
editor = nano # Or which ever editor you prefer
</pre>[user]
email = youremail@host.tld
name = Firstname Lastname
</pre>git send-email
. If you are planning to use your gmail address, the following link will help you get set up: https://stackoverflow.com/questions/68238912/how-to-configure-and-use-git-send-email-to-work-with-gmail-to-email-patches-to. Otherwise, you can find similar instructions online.git clone https://github.com/underground-software/KDLP_assignments.git
. Change directory into A0/
within the class repo.firstname_lastname.md
(e.g. joel_savitz.md
), containing an introduction about yourself. The content can be whatever you want, whether it be why you are taking this class, your favorite ice cream flavor, or some random fact about yourself.uname -a >> firstname_lastname.md
to append the details of your OS to your introduction file.