'Is there any way to get the pull request description using a command?

I have a PR and I have to get the description of the PR.

I know that there will be a way to get this using API., but is there any git command where I can use it to get the PR details of the branch?



Solution 1:[1]

you could use github cli

then:

gh pr status

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ôrel