Skip to content
Snippets Groups Projects
Verified Commit 8a7a26d6 authored by Nicolas Lenz's avatar Nicolas Lenz :snowflake:
Browse files

feat: rename overyoink

parent 8e7072d1
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment