Obsidian_vault/50 - Resources/Software Engineering/Git.md
2026-06-07 14:00:01 +00:00

626 B

type status tags
resource verified
infra
git

🌿 Git

Workflow + the self-hosted Forgejo setup.

Workflow rules

  • ALWAYS pnpm build locally before commit/push (Deployment Checklist)
  • Feature branches for risky work (e.g. feature/quota-and-member-limits, Quota Feature)
  • Conventional-ish commit messages (feat:, fix:, chore:)

Self-hosted Forgejo

  • git.manohargupta.com, SSH port 2222
  • Hourly cron mirrors the Obsidian vault here (obsidian-stack)
  • safe.directory config needed when repo owned by a different uid

Self-Hosting · Development Workflow