Andy Feller

Results 385 comments of Andy Feller

> Hey [@andyfeller](https://github.com/andyfeller) any updates on this? I was using `gh repo create --gitignore` today and had to guess the spelling of the template I was after. Didn't realize until...

> And a benefit of it doing it using the GH API instead of locally is that when you do it in the GH UI, it doesn't clear your approvals,...

Thanks for opening up this suggestion, @evgenyrahman! ❤ There's more about this need and how the intended audience needing it that'd be helpful to understand: 1. **How is `git` authenticating...

@heaths : if I understand your explanation, you're working on `feature-a` in the following diagram wanting to target `develop` for PRs created rather than `main`. ```mermaid gitGraph commit commit branch...

> I think whether the branch is local or not and from what commit it was branched is moot compared to what the PR should target. Because the action is...

Thanks for opening this up, @major0, let's see if we can suss this out as this is a bit of rabbit hole especially in light of [GitHub Blog "Sunset Notice...

@zenspider : I understand this issue has been particularly frustrating for you as I'm sure you can understand that the CLI team has been operating under extremely limited constraints. That...

@zenspider : Before we carry this conversation further, I'd like to ask you to pause and revisit [our code of conduct](https://github.com/cli/cli?tab=coc-ov-file#readme) because I don't think this is the necessary and...

> [@andyfeller](https://github.com/andyfeller) for us, gh cli is often being called from a program so there's no user to prompt, or there might be a higher level command driving the gh...

This is supported by setting the lowercase properties to true whenever you instantiate the object ``` /** * Flag to enable only lowercase indexes in the result. * The cache...