Updated gitconfig

This commit is contained in:
2020-07-08 19:26:40 +01:00
parent 44ec52c06d
commit a2df2fd39b

View File

@@ -6,3 +6,5 @@
[alias]
prune = fetch --prune
co = checkout
dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | gzip -9 > ../$(git describe HEAD).tar.gz"