Skip to content

Commit baccf36

Browse files
Add unshallow
1 parent 2810f7d commit baccf36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/git/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
# Prune and force delete untracked local branches
3030
# git fetch --prune && git branch -r | awk "{print \$1}" | grep -E -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk "{print \$1}" | xargs git branch -D
3131
fop = !git fetch --prune && git branch -r | awk \"{print \\$1}\" | grep -E -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk \"{print \\$1}\" | xargs git branch -D
32+
unshallow = git fetch --unshallow
3233
bdel = branch -D
3334
bdelr = push origin --delete
3435
please = push --force-with-lease

0 commit comments

Comments
 (0)