Skip to content

Instantly share code, notes, and snippets.

View AntonTyutin's full-sized avatar

Anton Tyutin AntonTyutin

  • Russia, Rostov-na-Donu
View GitHub Profile
@AntonTyutin
AntonTyutin / github-pullrequest.sh
Created June 16, 2014 14:26
Attach GitHub pull-request to an existent issue
#!/bin/bash
API_TOKEN="~"
NL="
"
NL2="$NL$NL"
HELP="$NL2 Usage: $0 vendor/repo feature_branch 15$NL"