~josealberto4444/dot-files

6c1d5e8a4f7332a5c80de097cbe2dfdab9f650df — José Alberto Orejuela García 1 year, 10 months ago d6bee2d
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