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:
parent
380bf5983e
commit
8de3a2e4f2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user