Skip to content
View tdgrunenwald's full-sized avatar

Organizations

@PunchThrough

Block or report tdgrunenwald

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Prepend issue number to commit messa... Prepend issue number to commit message without duplicating it in special cases such as amend or rebase
    1
    #!/bin/bash
    2
    # Adds JIRA issue key from branch name to commit message.
    3
    # Takes into account the possibility that the key is already in the message (e.g.
    4
    # when rebasing or amending existing commits).
    5
    
    
  2. tdg-nvim tdg-nvim Public

    My neovim config

    Lua