Skip to content
View mpress's full-sized avatar

Block or report mpress

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. switch rapidly between recent branches switch rapidly between recent branches
    1
    branches=()
    2
    for i in {1..20}; do
    3
      if git rev-parse --symbolic-full-name @{-$i} > /dev/null 2>&1
    4
      then
    5
        branch=$(git rev-parse --symbolic-full-name @{-$i})
  2. developer-omniboxes-for-chrome developer-omniboxes-for-chrome Public

    Google Chrome Omnibox Search Extensions for Developers

    JavaScript 9 2