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

Block or report sheremetat

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. assert assert Public

    This simple library allows developers to quickly verify certain assumptions or state of a Golang program

    Go 2 1

  2. baseimage baseimage Public

    minimalistic docker base image to build and deploy apps

    Dockerfile 2

  3. Git rebase workflow Git rebase workflow
    1
    ### Step 1: Checkout a new working branch from updated master ###
    2
    
                  
    3
         git checkout -b <branchname>
    4
    
                  
    5
    ### Step 2: Make Changes ###