This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
param( | |
$user, | |
$app_id, | |
$revision, | |
$description, | |
$api_key | |
) | |
#thanks to https://gist.github.com/kfrancis/3164709 | |
#Create a URI instance since the HttpWebRequest.Create Method will escape the URL by default. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 Fork it | |
2 Create your feature branch (git checkout -b my-new-feature) | |
3 Commit your changes (git commit -am 'Added some feature') | |
4 Push to the branch (git push origin my-new-feature) | |
5 Create new Pull Request |