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
    # convert users public repos into private
  2. git git Public

    My Git Scripts

    Shell

  3. neo-brutalist neo-brutalist Public

    Neo Brutalist Theme

    PHP 1

  4. codesnippets codesnippets Public

    Code Snippets Theme

    PHP 1

  5. wpcli wpcli Public

    WP Cli Stuff

    Shell 1

  6. paste paste Public

    Forked from joshgoebel/pastie_express

    Paste is a paste app based on pastie express

    JavaScript