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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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