Skip to content
View Ipsum's full-sized avatar

Block or report Ipsum

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. git-task git-task Public

    Attach local notes/tasks to your git branches

    Shell

  2. bucket-tree bucket-tree Public

    A cache efficent tree that counts occurences of numbers

    C

  3. vim-code-format vim-code-format Public

    Code formatters for various styles

    Shell

  4. Detach git wrapper Detach git wrapper
    1
    #!/bin/sh
    2
    if [ $(git rev-parse --git-common-dir) != $(git rev-parse --git-dir) ]; then
    3
            echo "Trying to detach from inside a worktree is not possible" 1>&2
    4
            echo "${PWD}"
    5
            exit 1