git: add an alias for "git reset --hard HEAD"
This commit is contained in:
@@ -45,6 +45,7 @@ in
|
|||||||
alias.dif = "diff"; # common typo
|
alias.dif = "diff"; # common typo
|
||||||
alias.difsum = "diff --compact-summary"; #< show only the list of files which changed, not contents
|
alias.difsum = "diff --compact-summary"; #< show only the list of files which changed, not contents
|
||||||
alias.rb = "rebase";
|
alias.rb = "rebase";
|
||||||
|
alias.reset-head = "reset --hard HEAD";
|
||||||
alias.st = "status";
|
alias.st = "status";
|
||||||
alias.stat = "status";
|
alias.stat = "status";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user