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

Block or report johnypony3

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. backup-scripts backup-scripts Public

    a collection of scripts I use to back up various work

    Shell

  2. esphome-devices esphome-devices Public

    used to host the templates of my devices

    Shell

  3. git-squash.md git-squash.md
    1
    # Squashing commits the easy way
    2
    ## Rewriting history is only safe if no one depends on your branch.
    3
    ### So for example never do this on parent branches ie: develop, master, a feature branch with child branches, etc.
    4
    
                  
    5
    Example workflow: