I hereby claim:
- I am zshift on github.
- I am zshift (https://keybase.io/zshift) on keybase.
- I have a public key ASDdnKJJ95xg0QkX2cqcSbZyp6j7Bfm3QdxvFe6bp6gnpgo
To claim this, I am signing this object:
| function npr() { | |
| git rev-parse --is-inside-work-tree 1>/dev/null 2>/dev/null | |
| if [[ $? != 0 ]]; then | |
| echo2 Usage: npr | |
| echo2 | |
| echo2 Only valid inside a git repository. | |
| return 1 | |
| fi | |
| default=$(git symbolc-ref refs/remotes/origin/HEAD | sed -e 's@^refs/remotes/origin/@@') |
| # ------------------------------------------------------- | |
| # npr | |
| # Creates a PR on github for the current branch to the | |
| # default branch. | |
| # | |
| # Note: Only tested on | |
| # * macOS 10.15.5 | |
| # * zsh 5.7.1 (x86_64-apple-darwin19.0) | |
| # | |
| # 1. Checks if the current directory is within a git repo |
| #!/bin/sh | |
| # Install Homebrew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # Install taps | |
| brew tap caskroom/cask | |
| # Install cli stuff | |
| brew install git |
I hereby claim:
To claim this, I am signing this object:
| Homebrew build logs for curl on macOS 10.12.6 | |
| Build date: 2018-08-16 11:40:43 |
| Result: 1 | |
| Items { | |
| TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
| Badge { | |
| BadgeType: BADGE_BATTLE_ATTACK_WON | |
| BadgeRanks: 4 | |
| Targets: "\nd\350\007" | |
| } | |
| } | |
| Items { |
| using System; | |
| using System.Threading; | |
| using EasyNetQ; | |
| using EasyNetQ.ConnectionString; | |
| using EasyNetQ.Loggers; | |
| namespace EasyNetQBug | |
| { | |
| public class Program | |
| { |