X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b5dea93399fd4df7089ad90b6e2961d92f67eb5a..a1dd64c723e64f367e18f8f8768b6106687d6671:/.config/git/config diff --git a/.config/git/config b/.config/git/config index 7db0f89..fd440a6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -23,9 +23,11 @@ a = add s = status sl = status --long + l = log c = checkout cb = checkout -b b = branch + f = fetch r = rebase p = pull pr = pull --rebase @@ -70,4 +72,4 @@ fsckObjects = true [init] - templateDir = ~/.config/git/template + defaultBranch = main