1
0
forked from extern/nix-config

fish: Add git cherry-pick -x abbreviation

This commit is contained in:
Donovan Glover 2023-07-22 13:23:24 -04:00
parent aa64667d78
commit 61cd0b77a2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -47,6 +47,7 @@
gco = "git checkout";
gcot = "git checkout --theirs";
gcp = "git cherry-pick --strategy-option theirs";
gcpx = "git cherry-pick --strategy-option theirs -x";
gd = "git diff";
gds = "git diff --staged";
gf = "git fetch";