diff --git a/README.md b/README.md index 0581a2e..793a535 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +# reivilibre fork of gh-stack + +Wishes: + +- [ ] make it play nicely with a workflow that uses 'squash merges' for PRs +- [ ] preserve info about bases/stack even after first PRs have been merged +- [ ] alternative to autorebase that doesn't force-push unchanged PRs (thus invalidating reviews) +- [ ] rename to git-stack so that we can eventually support other code forges and also fit into git aliases more easily. + +Potential wishes: + +- [ ] support for other forges e.g. Gitea + + +Original README from https://github.com/luqven/gh-stack follows... + +--- + # gh-stack > This README and tool were originally written by [@timothyandrew](https://github.com/timothyandrew/gh-stack). I highly recommend reading his blog post on sacked-PR workflows [here](https://0xc0d1.com/blog/git-stack/).