Add git alias This way I can inspect pull requests quickly without dealing with the web interface.
1 files changed, 1 insertions(+), 0 deletions(-) M .config/git/config
M .config/git/config => .config/git/config +1 -0
@@ 11,6 11,7 @@ co = checkout lo = log --oneline lg = log --oneline --graph + pr = "!f() { git fetch $1 pull/$2/head:$1_pr_$2; }; f" [sendemail] smtpServer = smtp.kolabnow.com smtpUser = speedy@josealberto4444.com