Skip to content

Instantly share code, notes, and snippets.

View pofl's full-sized avatar

Florian Polster pofl

View GitHub Profile
@pofl
pofl / styles.css
Last active February 20, 2026 18:48
CSS reset
/*** https://www.youtube.com/watch?v=5wLrz_zUwoU ***/
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
@pofl
pofl / .gitignore
Last active March 15, 2019 21:42
[German] CLT-Vortrag: Scala - Das bessere Java?
.metals/metals.log
.metals/metals.trace.db
@pofl
pofl / 0-intro.md
Last active February 8, 2019 12:22
Hop-on-hop-off guide to Git mastery

The hop-on-hop-off guide to git

This guide is intended to be your guiding light in the dark dangerous cave of learning Git.

Goals of this guide:

  • Help you improve your git skills. No matter how much you already know about git, here you can find new things to learn.

  • You know the basics of git / SCM but you also know that you don't know enough. This guide lays out the track from "I know how to merge branches" to git mastery.