Github oauth multiple authorization callback URL

I solved this issue by creating a dedicated OAuth application on Github for my local development environment. So I have the following 2 OAuth applications: My official OAuth application for production Client ID: ABC Client Secret: 123 Authorization callback URL: https://example.com/api/v1/security/oauth/github/callback My private OAuth application for development Client ID: XYZ Client Secret: 456 Authorization callback … Read more

How to see all Pull requests that im tagged as a reviewer

Try the link https://github.com/pulls/review-requested, which shows you all Pull Requests that you’ve been tagged in as a reviewer. Note that you may have to click the Open or Closed buttons on that page to filter the Pull Requests you wish to see. The equivalent Github search is: is:open is:pr review-requested:<username> archived:false

How do I comment on a Github pull request for a binary file that isn’t shown

Update April 2023: Commenting on files in a pull request is now generally available (Apr. 2023) Commenting on files (including deleted, binary, and renamed files) in a pull request is now generally available on the web and GitHub Mobile! A special thank you to everyone that provided feedback during the public beta. API support is … Read more

Is there a force push option in GitHub Desktop?

Update Jan. 2023: GitHub Desktop improves force pushing and fetching along with many great open source contributions (Jan. 2023) GitHub Desktop 3.1.5 improves support for force pushing and fetching through the newly added Repository menu items as well as supporting pull request notifications on forks. Previously, a user could only force push after an action … Read more

Give permissions on project folder in github

There is no such access-rights-mechanism implemented on GitHub repositories out of the box. Using a submodule Using a submodule does the trick, and is pretty much easy to set up. You can give the customers full access to the submodule repository, while you add it to your main project repository. Note that the StackOverflow question … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)