Skip to content
View drew887's full-sized avatar
🇺🇦
🇺🇦
Block or Report

Block or report drew887

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. iteratorFuncs iteratorFuncs Public

    A tiny package to simplify working with JS/TS iterators

    TypeScript

  2. conapp conapp Public

    A simple project for applying config files from repos/tar files

    Python

  3. Just the common parts of my gitconfi... Just the common parts of my gitconfig so I can copy them to a new machine
    1
    [alias]
    2
            tr = log --oneline --graph --decorate
    3
            trf = log --oneline --graph --decorate --first-parent
    4
            trs = log --oneline --graph --decorate --show-signature
    5
            tra = log --oneline --graph --all --decorate