Skip to main content

Posts tagged with #github

Recent Posts (Page 1)

Setting up highlighted notes in GitHub Markdown

Highlighting blockquotes in GitHub Markdown format

GitHub recently introduced an innovative feature for Markdown documents that allows users to highlight “Note”, “Warning”, and other notification blocks more effectively. An enhancement useful for developers who want to draw attention to important information in their documentation or discussions.

Photo by Roman Synkevych via Unsplash

Bash Function to Remove Github Ghost Notifications

Every now and then my inbox in Github shows x total unread updates without having actual updates. When I click on it, there are no unread notifications. This is a known issue and it’s been around for a while. The notifications are called “ghost notifications” and they are not visible in the UI.

Photo by Yancy Min via Unsplash

Create a Branch From Within an Issue on Github

You can now create a branch directly from an issue to begin development work that’s correlated to that issue. Branches connected to an issue are shown under the “Development” section, which has replaced “Linked pull requests”, in the sidebar of an issue.

Back to top
Back Forward