Dev Toolkit

Handy developer utilities – Git cheatsheet, terminal shortcuts, and common scripts.

Git Cheatsheet

Basic workflow

git init
git add .
git commit -m "msg"
git push origin main

Branching

git branch feature
git checkout feature
git merge feature

Terminal Shortcuts

  • Ctrl + RHistory search
  • Ctrl + CKill process
  • Ctrl + DEOF / Exit