Add extension to README

This commit is contained in:
Olivier 'reivilibre' 2022-12-02 18:50:58 +00:00
parent 3e1d0e8048
commit 331ff0d20c
1 changed files with 18 additions and 0 deletions

View File

@ -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 # 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/). > 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/).