-
This is a follow up question to https://github.com/octokit/node-github/issues/560#issuecomment-353893464 /cc @paulmelnikow
The documentation of [`GET /repos/:owner/:repo/:archive_format/:ref`](htt…
-
So I have an interface which has two implementations:
```
public class HttpClientAdapter : IHttpClient
public class ProxyHttpClientAdapter : IHttpClient
```
I want to specify different signatures fo…
-
See this article: https://help.github.com/articles/configuring-a-remote-for-a-fork/
It would be nice if upstream was included as a remote when cloning a repo.
brock updated
5 years ago
-
**What happened**:
Screwdriver [Permission model](https://docs.screwdriver.cd/user-guide/authentication-authorization) requires a non-admin to have write access to Git repository to start/stop buil…
-
video options: with two screens, selecting screen 2, an area on screen 2 or everything creates an error: unhandled exception in the application.
![2020-07-23 15_42_47-Quick Screen Recorder](https://u…
-
I am interested in trying to revive this repository and trying to maintain it.
@sergey-tihon at this point do you think it would be easier to create a new project and port most of the code over or …
-
It would be great if we could explore our git repositories from source controll explorer (or something simmilar) so we dont have to leave the IDE. We can work from file explorer, but it doesnt feel li…
-
When I was doing GitHub GraphQL queries manually, I would almost always write them like this:
```graphql
query {
rateLimit {
cost
remaining
resetAt
}
// The rest of my quer…
-
-
### Describe the Problem
Using NodeJS and similar tools is very common in web projects including the templates that we support out of the box for building single page applications using Angular and…