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.

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. 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
    # aliases to change a git repo from private to public, and public to private using gh-cli
  2. paste paste Public

    Forked from joshgoebel/pastie_express

    Paste is a paste app based on pastie express

    JavaScript

  3. rotating-ads rotating-ads Public

    Roating Ad Networks, Cycle through ad networks at set intervals

    JavaScript

  4. dainews dainews Public

    dainews.nu celebrity image scraper, site has been shutdown.

    PHP