Content
@
0 reply
0 recast
2 reactions
Paul Berg
@prberg
How to check out PRs like a pro: 1. Install the GitHub CLI: http://cli.github.com 2. Run this command:
2 replies
2 recasts
19 reactions
shazow
@shazow.eth
Or add this to your gitconfig aliases: pr = "!pr(){ git fetch origin pull/$1/head:pr-$1; git checkout pr-$1; }; pr"; Then you can `git pr $PR_NUMBER`
0 reply
0 recast
0 reaction
MetaEnd🎩
@metaend.eth
I just use lazygit ✨
1 reply
0 recast
0 reaction