[git] add reset hard alias

This commit is contained in:
2024-11-26 17:06:40 +00:00
parent 265618baa3
commit 8fb9c30217

View File

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