瀏覽代碼

git: fix hhrh alias

Thomas Dy 7 月之前
父節點
當前提交
3dfe4d3bb7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .config/git/config

+ 1 - 1
.config/git/config

@@ -40,7 +40,7 @@
 	# head's history fast-forward (works even if a different branch is checked out)
 	hhff = "!git push . $(git head)@{upstream}:$(git head)"
 	# head's history reset hard
-	hhrh = hhf --force
+	hhrh = hhff --force
 	# rebase upstream
 	ru = rebase @{upstream}
 	# rebase interactive upstream