This commit is contained in:
Aaron Bieber 2022-02-18 15:46:20 -07:00
parent e27aa43a65
commit 7dafe7665d

View File

@ -8,6 +8,7 @@
[alias] [alias]
log = log --color=never log = log --color=never
fetch-pr = "!f() { git fetch $1 refs/pull/$2/head:refs/remotes/pr/$2; }; f"
[push] [push]
default = current default = current