Pull Pal

A tiny CLI that blocks outdated Git pushes before they hit the remote.

Pull Pal

pull-pal is a CLI-based Git safety tool that stops you from pushing stale code. It hooks into Git's pre-push step, checks whether your branch is behind the remote, runs your project's tests, and blocks the push before anything outdated ships. We built it to be language-agnostic and zero-config: install once and it just works across JavaScript, Go, Python, or any Git project.

TypeScriptNode.jsGitCLI