mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 08:07:14 +02:00
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";
|
gcl = "git clone";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gcot = "git checkout --theirs";
|
gcot = "git checkout --theirs";
|
||||||
gcp = "git cherry-pick";
|
gcp = "git cherry-pick --strategy-option theirs";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
gds = "git diff --staged";
|
gds = "git diff --staged";
|
||||||
gf = "git fetch";
|
gf = "git fetch";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user