Skip to content
View chrismccoy's full-sized avatar

Block or report chrismccoy

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 cheats git cheats
    1
    # alias to edit commit messages without using rebase interactive
    2
    # example: git reword commithash message
    3
    reword = "!f() {\n  GIT_SEQUENCE_EDITOR=\"sed -i 1s/^pick/reword/\" GIT_EDITOR=\"printf \\\"%s\\n\\\" \\\"$2\\\" >\" git rebase -i \"$1^\";\n git push -f;\n}; f"
    4
    
                  
    5
    # git alias to set predefined parameters with gh repo create command (disable issues, wikis, and projects)
  2. paste paste Public

    Forked from joshgoebel/pastie_express

    Paste is a paste app based on pastie express

    JavaScript

  3. headless-express headless-express Public

    Headless WordPress with Tailwind

    CSS

  4. wp-headless-gateway wp-headless-gateway Public

    Headless Gateway

    PHP

  5. rotating-ads rotating-ads Public

    Roating Ad Networks, Cycle through ad networks at set intervals

    JavaScript

  6. wpcli wpcli Public

    WP Cli Stuff

    Shell