Skip to content
View ninosaurus's full-sized avatar
🦍
Focusing
🦍
Focusing

Block or report ninosaurus

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. eslint-check eslint-check Public

    JavaScript 10 3

  2. Squash all commits into one Squash all commits into one
    1
    # Rebase to the initial commit
    2
    git rebase -i --root
    3
    
                  
    4
    # On the interactive editor you select `squash` or shorter `s` for all the
    5
    # commits you want to group together and leave `pick` or shorter `p`.