How to host image at https://user-images.githubusercontent.com/{path}/{filename}?

You can create a .github/images directory in your repo and add all your assets there. Assets added here will be available on https://raw.githubusercontent.com/{github_user_name}/{repo_name}/{branch}/.github/images/{asset_name}.{asset_extension} Once you push .github/images directory to remote your assets should be available through the mentioned link. And https://user-images.githubusercontent.com/ is used by GitHub to store images added in issues, PR’s, etc., Hope it … Read more

Git flow command error: ‘flow’ is not a git command

The git flow is not installed in your machine. Just run this command, macOS: $ brew install git-flow-avh Linux: $ apt-get install git-flow Windows: $ wget -q -O – –no-check-certificate https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bash Source git-flow cheatsheet by Daniel Kummer After successful installation run git flow init in your project and then follow the … Read more

LaTeX math in github wikis

You can use chart.apis.google.com to render LaTeX formulas as PNG. It work nicely with Githhub’s markdown: Example (Markdown): The ratio of the momentum to the velocity is the relativistic mass, m. ![f1] And the relativistic mass and the relativistic kinetic energy are related by the formula: ![f2] Einstein wanted to omit the unnatural second term … Read more

Fork from a branch in github

I don’t know a native way yet, but you can do it following this recipe: Fork the repository in question (called ‘upstream’) on the GitHub website to your workspace there. Run the GitHub desktop application and clone the repository onto your PC. Use the GitHub desktop application to open a shell in the repository. (The … Read more

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