Friedrich Ewald My Personal Website

Git Tips (1)

Switch to a remote branch locally with

git switch <branch>
Accidentally committed something to main locally? This can be undone / reset with
git reset HEAD~1


About the author

is an experienced Software Engineer with a Master's degree in Computer Science. He started this website in late 2015, mostly as a digital business card. He is interested in Go, Python, Ruby, SQL- and NoSQL-databases, machine learning and AI and is experienced in building scalable, distributed systems and micro-services at multiple larger and smaller companies.