commit 995337bd25a770833458c46de6d0bb2881348827 parent 3038650ca50c02863683ab90e1dd46ac6ae8457b Author: hhvn <hayden@haydenvh.com> Date: Sat, 6 Feb 2021 12:24:46 +0000 .config/git/config: master is default branch Diffstat:
M | .config/git/config | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.config/git/config b/.config/git/config @@ -9,3 +9,5 @@ [alias] hist = !sh ~/.config/git/hist mrg = merge --no-ff +[init] + defaultBranch = master