Github Commit Syntax to Link a Pull Request/ Issue

Use the documented auto-linking format for issues across repositories. Syntax: {owner}/{repository}#{issue_number} Example: mojombo/jekyll#1 When such formatted text is present in a commit message, it’s automatically transformed into a clickable link which will redirect one to https://github.com/{owner}/{repository}/issues/{issue_number}

ToC or Sidebar in GitHub Wiki

While your solution works, there’s an easier way to do it using GitHub’s web interface. You can simply create a page named _Sidebar and/or _Footer. See detailed instructions in Github Wiki sidebar menu builder with multi-level. Edit The original article is gone and I can’t find it in the cache so I’ve updated the link.

How can I wrap my markdown in an HTML div?

Markdown For Markdown, This is by design. From the Inline HTML section of the Markdown reference: Note that Markdown formatting syntax is not processed within block-level HTML tags. E.g., you can’t use Markdown-style emphasis inside an HTML block. But it is explicitly allowed for span-level tags: Unlike block-level HTML tags, Markdown syntax is processed within … Read more

Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g [duplicate]

You need to merge the remote branch into your current branch by running git pull. If your local branch is already up-to-date, you may also need to run git pull –rebase. A quick google search also turned up this same question asked by another SO user: Cannot push to GitHub – keeps saying need merge. … Read more

Is there a way to get colored text in GitHubflavored Markdown? [duplicate]

In case this may be helpful for someone who just needs to show colors rather than output, as a hackish workaround (and FYI), since GitHub supports Unicode (as Unicode, numeric character references or HTML entities), you could try colored Unicode symbols, though it depends on the font rendering them in color (as it happens to … Read more

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