Skip to content
View tdgrunenwald's full-sized avatar

Organizations

@PunchThrough
Block or Report

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

  1. zephyr-rtos-actor-pattern zephyr-rtos-actor-pattern Public

    C

  2. dotfiles dotfiles Public

    Shell 1

  3. liblogf liblogf Public

    A simple C logging facade. Made for fun while experimenting with encapsulation techniques in C

    C

  4. vim vim Public

    My vim config

    Vim Script

  5. qmk_firmware qmk_firmware Public

    Forked from qmk/qmk_firmware

    Open-source keyboard firmware for Atmel AVR and Arm USB families

    C

  6. 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