title: Meeting Notes author: Sebastian K. Mangelsen date: 2015-XX-XX ...
Before starting work with GIT everyone should start with setting users name and email address (refer to section.
git config --global user.email "[email protected]"
git config --global user.name "Name Surname"
For more information refer to the following article.
Note: Every amend operation will get its own SHA because every changed commit message or file will always affect the SHA.
Let's include an image and have some fun.
IDABD | Name | Surname | Address |
---|---|---|---|
23 | Sebastian | Krueger Mangelsen | Eklanda Skog 27, 43149 Mölndal |
11 | Ina | Bloch | Inas Gränd 13, 43157 Göteborg |
11 | Ina | Geichberge | Inas Gränd 13, 43157 Göteborg |
11 | Ina | Läuthäuser Schnarrenberger | Inas Gränd 13, 43157 Göteborg |
: lists all known user
Name | Type | ID |
---|---|---|
ABC | None | 23 |
ABC | None | 23 |
ABC | None | 23 |
: A shorter table in order to test how it scales.
def main():
pass
if __name__ == "__main__":
sys.exit(main())
Sometimes it is required to write some inline code. It could be used to highlight
names as well. In Linux, one could make use of nice
in order to change the
scheduler priority for a certain binary.