Skip to content
View huffmanks's full-sized avatar
🐇
🐇
Block or Report

Block or report huffmanks

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. tools-nextjs tools-nextjs Public

    Web app with tools to help speed web development.

    JavaScript 17 1

  2. strata strata Public

    A simple users/teams dashboard using the MERN stack. Full CRUD operations with auth.

    JavaScript

  3. git_commands.md git_commands.md
    1
    ## Reset local and pull
    2
    ```sh
    3
    git reset --hard && git pull
    4
    ```
    5
    OR