Summer Semester 2024
Prof. Dr. Nathan Gibson
Last objective: Be able to use basic features of git to track changes to your data.
Tutorial at https://24data.pages.gwdg.de/4.
Be able to add formatting or structure to your text with markdown and markup (HTML and XML).
*
, _
, #
, -
to add things to the text.word
bold like this **word**
.<!DOCTYPE html>
<html>
<head>
<title>
A title for this page
</title>
</head>
<body>
Some text
</body>
</html>