Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am inazarv on github.
  • I am nazar (https://keybase.io/nazar) on keybase.
  • I have a public key whose fingerprint is E7C2 7285 035E DDBF 43C8 7E56 2600 F581 0254 DBCC

To claim this, I am signing this object:

@inazarv
inazarv / git-pr
Last active December 24, 2015 06:48
Create pull-request from command line Need to add two git config settings: github.defaultbranch and github.authtoken
#!/usr/bin/env bash
#
# Echo <msg> and exit
#
abort() {
echo $@
exit 1
}