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

2

6

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.

Pacification answered 8/3, 2018 at 2:1 Comment(2)
Have you checked the documentation yourself?Culver
I don't think there is any documentation for this, we have looked for it a few times with my colleagues. We only know these two.Elzaelzevir
E
4

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.

Elzaelzevir answered 8/3, 2018 at 15:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.