Skip to content
View mnmeyers's full-sized avatar

Block or report mnmeyers

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. bash script push to github with curr... bash script push to github with current branch name
    1
    #push to branch with branch name that you're currently on 
    2
    #and then open new tab to your repo
    3
    function pushit {
    4
    branch_name=`git name-rev --name-only HEAD`
    5
    git push origin $branch_name
  2. etl etl Public

    JavaScript

  3. go-boilerplate-service go-boilerplate-service Public

    Boilerplate web server in Go with templating

    Go

  4. griddy-payment-service griddy-payment-service Public

    Go