Rock Wang
Rock Wang

Reputation: 127

Is there a full list of the allowed url parameters for github pull requests?

Is there a full list of the allowed url parameters for github pull requests?
I know "w=1" can be used to ignore white space changes in file diffs, and something like "ts=4" can be used to reset tab stop width.

Upvotes: 6

Views: 3427

Answers (2)

Xavier Bauquet
Xavier Bauquet

Reputation: 732

You can look at this link for cool features of Git and GitHub: https://github.com/tiimgreen/github-cheat-sheet

They show the two parameters that you presented but sadly no others.

Upvotes: 4

Related Questions