mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
[git] add reset hard alias
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
[alias]
|
||||
prune = fetch --prune
|
||||
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"
|
||||
|
||||
[include]
|
||||
|
||||
Reference in New Issue
Block a user