Skip to content

tinogis/getdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Simple script to retrieve a Pull Request diff file from github with curl through github API.

$> getdiff -u username https://github.com/owner/repo/pull/prnumber.diff

All parameters except url are passed directly to curl

WHY THIS SCRIPT?

Former github API allowed Basic Authentication style retrieving from portal:

$> curl -u user https://github.com/owner/repo/pull/prnumber.diff

You can't download diff files this way now.

About

Tiny tool to get gitgub's PullRequest's diff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published