Browse Source

git: fix hhrh alias

Thomas Dy 7 months ago
parent
commit
3dfe4d3bb7
1 changed files with 1 additions and 1 deletions
  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