mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 17:52:26 +00:00
[git] add reset hard alias
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user