Linux

  • NixOS
  • Bash for noobs

Docker

  • Getting started
  • Useful Docker commands

Powershell

  • Useful scripts
  • Terminal & PowerShell

Build tool & automation

  • Maven

Other

  • Falcon LogScale
  • Git
  • Regex

Windows

  • AutoHotkey
  • Komorebi
  • Windows Subsystem for Linux
  • Home
  • Tags
  • Git

Git

Git

  23 May 2023

Useful Git workflows

Temporarily undoing changes

Regular one-off stash:

# Moves all local changes to the stash
git stash

# Moves last stashed changes …
 Git   GitHub