1
0
forked from extern/nix-config

git: Cherry pick with --strategy-option theirs

Makes things easier since resolving conflicts is no longer necessary.
This commit is contained in:
Donovan Glover 2023-07-18 12:22:00 -04:00
parent 380bf5983e
commit 8de3a2e4f2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -46,7 +46,7 @@
gcl = "git clone";
gco = "git checkout";
gcot = "git checkout --theirs";
gcp = "git cherry-pick";
gcp = "git cherry-pick --strategy-option theirs";
gd = "git diff";
gds = "git diff --staged";
gf = "git fetch";