Is it possible to host an Eclipse update site on Github?

Forget the Github project releases feature, that won’t work as a true update site (see notes at the end). To achieve what you want, you can create a Github repo, commit/push your p2 repository there and then serve it as an update site, using raw links. So for example, for the repository: https://github.com/some-user/some-repository/ you can … Read more

How to keep public and private versions of a git repo in sync?

The simplest solution would be to have private branch in your ‘private’ repository, i.e. branch which is simply not pushed to public repository. For that you would probably need to either specify all branches you want to push to public repository in config (instead of using globbing mirroring refspec +refs/*:refs/*), or push carefully branches you … Read more

GitHub: Accept Pull Request, But Only Some Commits

Next to the “Merge pull request” button, there should be a “Use the command line” link to instructions on how to do it manually. You should follow these instructions (create new local branch and pull in their changes), but then instead of merging that whole branch back into master, you just cherry-pick the commits you … Read more

Error setting certificate verify locations – Github

In my case, on windows, It was not working after setting of name, e mail as well as certificates path for git config. following command run from command prompt fixed this issue. git config –global http.sslcainfo “C:\Program Files\Git\usr\ssl\certs\ca-bundle.crt” path of your ca-bundle.crt may vary in your case.

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