git: add an alias for "git reset --hard HEAD"

This commit is contained in:
2024-10-02 11:56:58 +00:00
parent cf33b0e244
commit 695e639fc9

View File

@@ -45,6 +45,7 @@ in
alias.dif = "diff"; # common typo
alias.difsum = "diff --compact-summary"; #< show only the list of files which changed, not contents
alias.rb = "rebase";
alias.reset-head = "reset --hard HEAD";
alias.st = "status";
alias.stat = "status";