diff --git a/tag-zsh/zsh_profile.d/aliases.zsh b/tag-zsh/zsh_profile.d/aliases.zsh
index d60b90d2..1257718a 100644
--- a/tag-zsh/zsh_profile.d/aliases.zsh
+++ b/tag-zsh/zsh_profile.d/aliases.zsh
@@ -41,6 +41,7 @@ alias commit='git commit'
 alias pull='git pull'
 alias push='git push'
 alias rebase='git rebase'
+alias reset='git reset'
 
 alias hosts="sudo vim /etc/hosts"
 alias sshconfig='vim ~/.ssh/config'