Skip to content

Commit

Permalink
build: 🚸 update .gitconfig default
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Jul 29, 2023
1 parent b05afb8 commit 1b3269d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions defaults/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@ colorMoved = default

[alias]
compress = repack -a -d --depth=250 --window=250
clone-shallow = clone --depth 1
count = rev-list --count HEAD
remove-tag-local = tag --delete
remove-tag-remote = push --delete origin
clone-shallow = clone --depth 1
tag-remove = tag --delete
tag-remove-remote = push --delete origin
origin-add = remote add origin
origin-push = push --set-upstream origin
origin-add-url = remote set-url
origin-rename = remote rename origin
publish = push --set-upstream origin
filter = filter-repo
filter-id = filter-repo --strip-blobs-with-ids
filter-path = filter-repo --invert-paths --path-glob
filter-size = filter-repo --strip-blobs-bigger-than
summary = onefetch

[http]
version = HTTP/1.1
Expand Down

0 comments on commit 1b3269d

Please sign in to comment.