From 8a7a26d69bccf05e9ab5202eec9990d83ec6cceb Mon Sep 17 00:00:00 2001 From: Nicolas Lenz <nicolas@eisfunke.com> Date: Thu, 15 May 2025 20:15:17 +0200 Subject: [PATCH] feat: rename overyoink --- home/apps/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/apps/shell.nix b/home/apps/shell.nix index e543d000..12ffebdc 100644 --- a/home/apps/shell.nix +++ b/home/apps/shell.nix @@ -91,7 +91,7 @@ shell applications aliases = { yeet = "push --force-with-lease"; yoink = "pull --rebase"; # I use ff-only rebase by default - reyoink = "reset --hard @{upstream}"; # resets current branch to upstream state, see https://stackoverflow.com/a/28441119 and https://git-scm.com/docs/gitrevisions#Documentation/gitrevisions.txt-emltbranchnamegtupstreamemegemmasterupstreamememuem + overyoink = "reset --hard @{upstream}"; # resets current branch to upstream state, see https://stackoverflow.com/a/28441119 and https://git-scm.com/docs/gitrevisions#Documentation/gitrevisions.txt-emltbranchnamegtupstreamemegemmasterupstreamememuem slurp = "fetch --all"; undo = "reset HEAD~1"; last = "log -1 HEAD"; -- GitLab