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

Block or report mabarbeau

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. jubilant-enigma jubilant-enigma Public

    CSS 1

  2. parallax-waves parallax-waves Public

    Forked from fireship-io/skydiving-cat-parallax

    React Spring Parallax Demo

    TypeScript

  3. wavy-curvey-blobby-website wavy-curvey-blobby-website Public

    Forked from fireship-io/wavy-curvey-blobby-website

    A website design with lots of waves, curves, a blobs

    HTML

  4. A `git rebase` that auto resolves co... A `git rebase` that auto resolves conflicts in yarn.lock
    1
    rebase () {
    2
      if [ $# -ne 0 ]; then;
    3
        locks=$(find . -name "yarn.lock" -not -path "./node_modules/*" -not -path "*/node_modules/*" | tr '\n' ' ')
    4
    
                  
    5
        output=$(git rebase $@) && echo $output