Skip to content
View SamuGG's full-sized avatar

Block or report SamuGG

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. code-project-template code-project-template Public

    Project template with automation tools included

    Shell

  2. dotfiles dotfiles Public

    Setting up my environment quickly and consistently

    Shell

  3. Coding-Katas Coding-Katas Public

    C#

  4. Clear unreachable git blobs Clear unreachable git blobs
    1
    git reflog expire --expire=now --all
    2
    git fsck --full --unreachable
    3
    git repack -A -d
    4
    git gc --aggresive --prune=now
    5
    git fsck