#!/usr/bin/env node /** * ghls — Complete git replacement with stacked PR superpowers. * * Any command ghls doesn't own is passed straight through to git. * So `ghls checkout main` == `git checkout main`, but `ghls submit` * creates stacked PRs. Drop `alias git=ghls` in your shell and forget. */ export {}; //# sourceMappingURL=ghls.d.ts.map