Snippets
Snippets / Tags
productivity
3 productivity code snippets across 1 language. Copy-paste solutions from production code.
3
snippets
git
3 snippetsBeautiful One-Line git log as a Global Alias
Set up a global git alias for a colored, graph-aware, one-line git log that makes commit history actually readable.
gitlogalias+2
BEGINNERJun 9, 2026
Useful git stash Patterns Beyond stash and pop
Stash with a message, stash untracked files, list stashes, apply a specific stash, and stash a single file. The full git stash workflow.
gitstashworkflow+2
BEGINNERMay 22, 2026
Work on Multiple Branches with git worktree
Use git worktree to check out multiple branches simultaneously in separate directories. No more stash-and-switch dance.
gitworktreebranches+2
INTERMEDIATEJun 1, 2026