Skip to content
View spenserhale's full-sized avatar

Sponsoring

@roots
Block or Report

Block or report spenserhale

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. wp-autohooks-library wp-autohooks-library Public

    WP AutoHooks is a PHP Library that allows you to define Attributes on Classes and Methods to document and register WordPress Hooks.

    PHP 3

  2. When your repo exceeds upload limit ... When your repo exceeds upload limit (GitHub 2GB), you can push in batches so you can store up to total size limit. (100GB) (Warning uses force push, ideally should be used for setting up new remote, once)
    1
    # Adjust the following variables as necessary
    2
    REMOTE=origin
    3
    BRANCH=$(git rev-parse --abbrev-ref HEAD)
    4
    BATCH_SIZE=250
    5