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

Block or report jeffreyducharme

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. code-examples code-examples Public

    working on some js / jquery things

    HTML

  2. rem-responsive-typography rem-responsive-typography Public

    REM Responsive Typography - example / cheatsheet

    CSS 2

  3. wp-gutenberg-block-markup-cheat-sheet wp-gutenberg-block-markup-cheat-sheet Public

    The comment markup codes gutenberg actually wraps blocks with. Here are all the common blocks and some php search and replace code for helping you batch convert html to block style html

    2 1

  4. The Ultimate Git Alias Setup The Ultimate Git Alias Setup
    1
    ## The Ultimate Git Alias Setup
    2
    
                  
    3
    If you use git on the command-line, you'll eventually find yourself wanting aliases for your most commonly-used commands.  It's incredibly useful to be able to explore your repos with only a few keystrokes that eventually get hardcoded into muscle memory.
    4
    
                  
    5
    Some people don't add aliases because they don't want to have to adjust to not having them on a remote server.  Personally, I find that having aliases doesn't mean I that forget the underlying commands, and aliases provide such a massive improvement to my workflow that it would be crazy not to have them.