Drew De Ponte

Results 93 issues of Drew De Ponte

This would of course be implemented as `git checkout ` behind the scenes. But it would be useful to help hold the abstraction and prevent it from leaking `git` concepts...

While working on documentation I realized we have nothing to help facilitate creating a **patch stack**. It might be nice to have a something that would create one. I believe...

While working on some documentation I realized that our conceptual model is around working with **patches** and **patch stacks** but we don't provide any tooling for seeing **patch stacks**. It...

One thought I had as I was thinking about the idea of importing patches from remote branches into the patch stack was seeing if there is a way to hide...

Right now the best practice is to simply do a `git checkout ` to test a pull request locally and then when you are done simply checkout your patch stack...

The use case is that you requested review for a patch. Your reviewer then can do one of the following things. 1. simply comment on your PR requesting changes 2....

Add support for x509 certificates for signing commits when they are created. This is similar to signing with GPG or SSH keys just with x509 certificates.

Basically the issue is this. You create your patch. Request review of it (which creates a branch and opens a PR). Then whomever reviewed it or you click the GitHub...

The scenario is that you have had to make a hotfix branch and now that it is good and you bump the version and everything. It is time to add...

The idea with this command is that it should set your patch stack aside Ideally without having to checkout a bunch of times. The following is rough idea of how...