Explorar o código

git: fix hhrh alias

Thomas Dy hai 7 meses
pai
achega
3dfe4d3bb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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