diff options
| author | 2023-05-07 20:37:15 -0400 | |
|---|---|---|
| committer | 2023-05-07 20:37:15 -0400 | |
| commit | 9375dae809f41230af523f3e3cc1b371104e1c9d (patch) | |
| tree | 1ee6a6454a394060e952f2d2081426818ac65db2 | |
| parent | git: new funny git diff algo (diff) | |
git: drastically clean config
might do more later
might add new stuff later
like uh
pretty.<name> seems nice :eyes:
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/config | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index e9cff93..42ccc0a 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -1,49 +1,19 @@ [alias] aa = add -A - ap = add -p bd = branch -D - cs = commit --verbose --gpg-sign ci = commit --verbose co = checkout cb = checkout -b - ch = cherry-pick - cp = commit --patch dc = diff --cached - hr = reset --hard HEAD - last = log -1 --stat - lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative --all - pf = push --force st = status - stat = diff --stat root = rev-parse --show-toplevel [apply] whitespace = warn -[color] - ui = true -[core] - filemode = false - trustctime = false - whitespace = blank-at-eol,space-before-tab,tab-in-indent,tabwidth=4 [diff] algorithm = histogram -[credential] - helper = cache --timeout=3600 -[help] - autocorrect = 1 [init] defaultBranch = main -[merge] - tool = vimdiff -[mergetool] - keepbackup = false - keeptemporaries = false - prompt = false -[pager] - stat = false -[pull] - rebase = true [push] - default = simple autoSetupRemote = true [rebase] autoSquash = true @@ -66,9 +36,6 @@ [url "https://github.com/"] insteadOf = "gh:" -[url "https://gitlab.com/"] - insteadOf = "gl:" - [filter "lfs"] smudge = git-lfs smudge -- %f process = git-lfs filter-process |
